Skip to content

Commit 4060c8b

Browse files
committed
CI: pin GitHub Action version
1 parent 81bbdfc commit 4060c8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1818
with:
1919
node-version: 18
2020
- name: Set Env
@@ -31,7 +31,7 @@ jobs:
3131
REPO_NAME: ${{ env.REPO_NAME }}
3232
HOMEPAGE: ${{ env.HOMEPAGE }}
3333
- name: Deploy
34-
uses: peaceiris/actions-gh-pages@v4
34+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_dir: ./dist

0 commit comments

Comments
 (0)