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.
2 parents 7ca9497 + 3868369 commit 91a1680Copy full SHA for 91a1680
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
git config core.quotepath false
72
- name: Cache restore
73
id: cache-restore
74
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
75
with:
76
path: ${{ runner.temp }}/hugo_cache
77
key: hugo-${{ github.run_id }}
@@ -86,7 +86,7 @@ jobs:
86
--cacheDir "${{ runner.temp }}/hugo_cache"
87
- name: Cache save
88
id: cache-save
89
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
90
91
92
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
0 commit comments