diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 88eb04b..faecb2b 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -68,7 +68,7 @@ jobs: - name: Cache Restore id: cache-restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | ${{ runner.temp }}/hugo_cache @@ -86,7 +86,7 @@ jobs: - name: Cache Save id: cache-save - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | ${{ runner.temp }}/hugo_cache