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 b3f30b8 commit 07f8b41Copy full SHA for 07f8b41
.github/workflows/cloudflare-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: "19"
27
28
- name: Cache dependencies
29
- uses: actions/cache@v4
+ uses: actions/cache@v5
30
with:
31
path: ~/.npm
32
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -46,7 +46,7 @@ jobs:
46
extended: true
47
48
- name: Cache Hugo modules
49
50
51
path: /tmp/hugo_cache
52
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
0 commit comments