Skip to content

Commit 9de9eac

Browse files
committed
update github actions to use zola 0.18
1 parent 4dc9457 commit 9de9eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
if: github.ref == 'refs/heads/master'
77
steps:
88
- name: checkout
9-
uses: actions/checkout@v3.3.0
9+
uses: actions/checkout@v4
1010
- name: build_and_deploy
11-
uses: shalzz/zola-deploy-action@v0.16.1-1
11+
uses: shalzz/zola-deploy-action@v0.10.0
1212
env:
1313
PAGES_BRANCH: gh-pages
1414
TOKEN: ${{ secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)