Skip to content

Commit 0842719

Browse files
committed
chore: update deploy action
1 parent 96039e3 commit 0842719

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
needs: check-env
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
2020
- name: Setup Node.js
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ secrets.NPM_TOKEN }}
3434
- name: Deploy to gh-pages
3535
if: needs.check-env.outputs.check-access == 'true'
36-
uses: JamesIves/github-pages-deploy-action@releases/v3
36+
uses: JamesIves/github-pages-deploy-action@v4
3737
with:
3838
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3939
BRANCH: gh-pages

0 commit comments

Comments
 (0)