From 6db459bbb345fbd580361ea0fc0f07f64cdb385e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:33:11 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.5 to 6.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...2c8a9bd7457de244a408f35966fab2fb45fda9c8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 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 5fb0c491648fa0..3947ef0cc6eff2 100644 --- a/.github/workflows/algolia-index.yml +++ b/.github/workflows/algolia-index.yml @@ -43,7 +43,7 @@ jobs: dev-docs: - 'develop-docs/**' - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index c895161c44802b..c9a86a2ea1ff2d 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | ${{ github.workspace }}/.next/cache diff --git a/.github/workflows/lint-external-links.yml b/.github/workflows/lint-external-links.yml index e2008b81ee039a..7a0e9927e911f5 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: .lycheecache key: lychee-cache- @@ -95,7 +95,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save lychee cache - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 if: always() with: path: .lycheecache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef7ea7d7adc5d5..76fdb4042be39a 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | ${{ github.workspace }}/.next/cache @@ -93,7 +93,7 @@ jobs: node-version-file: 'package.json' cache: 'pnpm' - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | ${{ github.workspace }}/.next/cache