diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index ee06e81a4b..3befdbd5d6 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -71,7 +71,7 @@ jobs: run: npm ci --include=optional - name: Cache nextjs build - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }} diff --git a/.github/workflows/link-check-daily.yml b/.github/workflows/link-check-daily.yml index f014dd09b7..11053b49df 100644 --- a/.github/workflows/link-check-daily.yml +++ b/.github/workflows/link-check-daily.yml @@ -55,7 +55,7 @@ jobs: run: .github/actions-scripts/merge-early-access.sh - name: Restore disk-cache file for external link checking - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: external-link-checker-db.json key: external-link-checker-${{ hashFiles('.github/actions/rendered-content-link-checker.js') }} diff --git a/.github/workflows/sync-search-elasticsearch.yml b/.github/workflows/sync-search-elasticsearch.yml index cfbf278950..e5c955ae60 100644 --- a/.github/workflows/sync-search-elasticsearch.yml +++ b/.github/workflows/sync-search-elasticsearch.yml @@ -128,7 +128,7 @@ jobs: run: npm ci - name: Cache nextjs build - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }} diff --git a/.github/workflows/sync-search-pr.yml b/.github/workflows/sync-search-pr.yml index a20701fbc8..be287ea09d 100644 --- a/.github/workflows/sync-search-pr.yml +++ b/.github/workflows/sync-search-pr.yml @@ -56,7 +56,7 @@ jobs: run: npm ci - name: Cache nextjs build - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }} diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index fe632ed4e4..d019ef64d5 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -37,7 +37,7 @@ jobs: run: npm ci - name: Cache nextjs build - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64d8d095b5..d43aa8e583 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -137,7 +137,7 @@ jobs: echo $DIFF | tr '\n' ' ' > get_diff_files.txt - name: Cache nextjs build - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}