Skip to content

Commit 0f29341

Browse files
committed
fix node20
1 parent 1fb6b82 commit 0f29341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Deploy on branch
156156
if: startsWith(github.ref, 'refs/heads/master') || (startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '.dev') && !contains(github.ref, 'rc'))
157157
# Follow: https://github.com/marketplace/actions/deploy-to-github-pages
158-
uses: JamesIves/github-pages-deploy-action@releases/v3
158+
uses: JamesIves/github-pages-deploy-action@releases/v4
159159
with:
160160
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
161161
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)