We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99989cb commit 9d62027Copy full SHA for 9d62027
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- name: Git checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
submodules: recursive # fetch Hugo themes
15
fetch-depth: 0
0 commit comments