Skip to content

Commit 0eb03c3

Browse files
committed
2 parents ca07da3 + 50941df commit 0eb03c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Cache restore
8585
id: cache-restore
86-
uses: actions/cache/restore@v4
86+
uses: actions/cache/restore@v5
8787
with:
8888
path: ${{ runner.temp }}/hugo_cache
8989
key: hugo-${{ github.run_id }}
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Cache save
101101
id: cache-save
102-
uses: actions/cache/save@v4
102+
uses: actions/cache/save@v5
103103
with:
104104
path: ${{ runner.temp }}/hugo_cache
105105
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)