Skip to content

Commit 9d62027

Browse files
Update actions/checkout action to v4
1 parent 99989cb commit 9d62027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Git checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
submodules: recursive # fetch Hugo themes
1515
fetch-depth: 0

0 commit comments

Comments
 (0)