Skip to content

Commit b78c258

Browse files
authored
CI: Update peaceiris/actions-gh-pages GitHub Action to v4 (#173)
`peaceiris/actions-gh-pages` action uses actions/checkout@v3, which in turn uses Node 16. Node 16 is deprecated on GitHub actions. This updates to the latest version of this action, which uses the latest actions/checkout@v4 and avoids Node 16 notices.
1 parent 40749f0 commit b78c258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./vendor/bin/sculpin generate --env=prod
3939

4040
- name: Deploy
41-
uses: peaceiris/actions-gh-pages@v3
41+
uses: peaceiris/actions-gh-pages@v4
4242
if: ${{ github.ref == 'refs/heads/main' }}
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)