Skip to content

Commit 04cf48a

Browse files
committed
Upgrade checkout action to v4
1 parent df5d6ee commit 04cf48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout main
32-
uses: actions/checkout@v3.0.0
32+
uses: actions/checkout@v4
3333
with:
3434
submodules: true
3535
- name: Install zola

0 commit comments

Comments
 (0)