diff --git a/.github/workflows/algolia-index.yml b/.github/workflows/algolia-index.yml index 98524f03731c9..b9c26ad573a20 100644 --- a/.github/workflows/algolia-index.yml +++ b/.github/workflows/algolia-index.yml @@ -31,7 +31,7 @@ jobs: dev-docs: - 'develop-docs/**' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index 8333b63b33046..e7f5a10de5d3a 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -35,7 +35,7 @@ jobs: with: bun-version: latest - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-external-links.yml b/.github/workflows/lint-external-links.yml index f77a5dea1f3e9..5ef9c20ac2f23 100644 --- a/.github/workflows/lint-external-links.yml +++ b/.github/workflows/lint-external-links.yml @@ -40,7 +40,7 @@ jobs: - name: Restore lychee cache if: steps.changed.outputs.files != '' - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: .lycheecache key: lychee-cache- @@ -72,7 +72,7 @@ jobs: # - Transient errors (429, 5xx) are excluded from cache and retried # - Save updated cache for next run - name: Restore lychee cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: .lycheecache key: lychee-cache- @@ -91,7 +91,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save lychee cache - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 if: always() with: path: .lycheecache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 344c02c805b69..a2668454c7284 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: node-version-file: 'package.json' cache: 'pnpm' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ github.workspace }}/.next/cache @@ -89,7 +89,7 @@ jobs: node-version-file: 'package.json' cache: 'pnpm' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ github.workspace }}/.next/cache