We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f980b9b commit bbdfbbeCopy full SHA for bbdfbbe
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Init submodules
18
run: git submodule update --init --recursive
19
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
21
with:
22
path: /tmp/hugo_cache
23
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
24
25
26
27
0 commit comments