Skip to content

Commit dfe0abf

Browse files
Update JamesIves/github-pages-deploy-action action to v4
1 parent 02c80f1 commit dfe0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- run: yarn install --ignore-scripts
8484
- run: yarn run build
8585
- run: rm .gitignore
86-
- uses: JamesIves/github-pages-deploy-action@3.7.1
86+
- uses: JamesIves/github-pages-deploy-action@v4.7.3
8787
with:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
BRANCH: gh-pages

0 commit comments

Comments
 (0)