Skip to content

Commit 91a1680

Browse files
authored
Merge pull request #4 from apps-for-linux/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 7ca9497 + 3868369 commit 91a1680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
git config core.quotepath false
7272
- name: Cache restore
7373
id: cache-restore
74-
uses: actions/cache/restore@v4
74+
uses: actions/cache/restore@v5
7575
with:
7676
path: ${{ runner.temp }}/hugo_cache
7777
key: hugo-${{ github.run_id }}
@@ -86,7 +86,7 @@ jobs:
8686
--cacheDir "${{ runner.temp }}/hugo_cache"
8787
- name: Cache save
8888
id: cache-save
89-
uses: actions/cache/save@v4
89+
uses: actions/cache/save@v5
9090
with:
9191
path: ${{ runner.temp }}/hugo_cache
9292
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)