Skip to content

Commit c0b8350

Browse files
authored
Use actions/checkout@v3
hopefully fixes workflow bug that appeared in just the last week
1 parent 05ee6df commit c0b8350

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
@@ -7,9 +7,9 @@ jobs:
77
if: github.ref == 'refs/heads/main'
88
steps:
99
- name: checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
- name: build_and_deploy
12-
uses: shalzz/zola-deploy-action@v0.14.1
12+
uses: shalzz/zola-deploy-action@v0.16.1-1
1313
env:
1414
# Target branch
1515
PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)