From 05c534c9722fe351f74572174c39b45256feeb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:18:53 +0000 Subject: [PATCH] ci(actions): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58feadc..64bfa20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: node-version: "24" - uses: pnpm/action-setup@v4 - run: pnpm install --frozen-lockfile - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .turbo key: turbo-quality-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }} @@ -44,7 +44,7 @@ jobs: node-version: "24" - uses: pnpm/action-setup@v4 - run: pnpm install --frozen-lockfile - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .turbo key: turbo-docs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }} @@ -87,7 +87,7 @@ jobs: # Do NOT set registry-url — it creates an .npmrc that overrides OIDC - uses: pnpm/action-setup@v4 - run: pnpm install --frozen-lockfile - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: .turbo key: turbo-release-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}