Skip to content

Commit f3d0d98

Browse files
committed
Updated GitHub checkout action to the latest version (v4, from v3) to fix build issue for pages action
1 parent 44eae8f commit f3d0d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626

2727
steps:
2828
- name: Checkout main
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
ref: main
3232
fetch-depth: 32
3333
path: main
3434

3535
- name: Checkout gh-pages
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
ref: gh-pages
3939
path: gh-pages

0 commit comments

Comments
 (0)