We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbdfc commit 4060c8bCopy full SHA for 4060c8b
1 file changed
.github/workflows/website.yml
@@ -12,9 +12,9 @@ jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
- name: Setup Node.js
17
- uses: actions/setup-node@v4
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
18
with:
19
node-version: 18
20
- name: Set Env
@@ -31,7 +31,7 @@ jobs:
31
REPO_NAME: ${{ env.REPO_NAME }}
32
HOMEPAGE: ${{ env.HOMEPAGE }}
33
- name: Deploy
34
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
35
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: ./dist
0 commit comments