diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 198c022..178c296 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -87,7 +87,7 @@ jobs: - name: Cache restore id: cache-restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ${{ runner.temp }}/hugo_cache key: hugo-${{ github.run_id }} @@ -104,7 +104,7 @@ jobs: - name: Cache save id: cache-save - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: ${{ runner.temp }}/hugo_cache key: ${{ steps.cache-restore.outputs.cache-primary-key }}