diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 98fce4524..6e5b11ea9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -61,7 +61,7 @@ jobs: - name: Cache Restore id: cache-restore - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v6 with: path: | ${{ runner.temp }}/hugo_cache @@ -93,7 +93,7 @@ jobs: - name: Cache Save id: cache-save - uses: actions/cache/save@v4 + uses: actions/cache/save@v6 with: path: | ${{ runner.temp }}/hugo_cache