Skip to content

Commit 07f8b41

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent b3f30b8 commit 07f8b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: "19"
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~/.npm
3232
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -46,7 +46,7 @@ jobs:
4646
extended: true
4747

4848
- name: Cache Hugo modules
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: /tmp/hugo_cache
5252
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)