From 4bb868ec94d2438ee6506fc5a5648cb9e899d85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:13:28 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.3.0 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/algolia-index.yml | 2 +- .github/workflows/lint-404s.yml | 2 +- .github/workflows/lint-external-links.yml | 6 +++--- .github/workflows/test.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/algolia-index.yml b/.github/workflows/algolia-index.yml index 248d7a3698b05..bb33584a203d8 100644 --- a/.github/workflows/algolia-index.yml +++ b/.github/workflows/algolia-index.yml @@ -29,7 +29,7 @@ jobs: dev-docs: - 'develop-docs/**' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index b8e7418634d58..c895161c44802 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -35,7 +35,7 @@ jobs: - 'scripts/lint-404s/**' dev-docs: - 'develop-docs/**' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-external-links.yml b/.github/workflows/lint-external-links.yml index aa04a44f0e591..e2008b81ee039 100644 --- a/.github/workflows/lint-external-links.yml +++ b/.github/workflows/lint-external-links.yml @@ -44,7 +44,7 @@ jobs: - name: Restore lychee cache if: steps.changed.outputs.files != '' - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .lycheecache key: lychee-cache- @@ -76,7 +76,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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: .lycheecache key: lychee-cache- @@ -95,7 +95,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save lychee cache - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 if: always() with: path: .lycheecache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 941a4b506425e..570cef0739679 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: node-version-file: 'package.json' cache: 'pnpm' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ${{ github.workspace }}/.next/cache @@ -93,7 +93,7 @@ jobs: node-version-file: 'package.json' cache: 'pnpm' - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ${{ github.workspace }}/.next/cache