diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index 5d8add57..2e405c5f 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v7 - name: Restore repository API cache id: repository-api-cache-restore - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: website/data/cache key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }} @@ -102,7 +102,7 @@ jobs: if-no-files-found: warn - name: Save repository API cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: website/data/cache key: repository-api-cache-${{ github.ref_name }}-${{ github.run_id }}