Skip to content

Commit c978602

Browse files
authored
update version of zola-deploy-action (#2012)
1 parent 53cf920 commit c978602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/documentation/deployment/github-pages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
if: github.ref == 'refs/heads/main'
4747
steps:
4848
- name: checkout
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3.0.0
5050
- name: build_and_deploy
51-
uses: shalzz/zola-deploy-action@v0.14.1
51+
uses: shalzz/zola-deploy-action@v0.16.1
5252
env:
5353
# Target branch
5454
PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)