Skip to content

Commit 8a22574

Browse files
dependabot[bot]Mearman
authored andcommitted
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](actions/cache@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] <support@github.com>
1 parent 8798ecf commit 8a22574

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: "24"
2525
- uses: pnpm/action-setup@v4
2626
- run: pnpm install --frozen-lockfile
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: .turbo
3030
key: turbo-quality-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
@@ -44,7 +44,7 @@ jobs:
4444
node-version: "24"
4545
- uses: pnpm/action-setup@v4
4646
- run: pnpm install --frozen-lockfile
47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
with:
4949
path: .turbo
5050
key: turbo-docs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}
@@ -87,7 +87,7 @@ jobs:
8787
# Do NOT set registry-url — it creates an .npmrc that overrides OIDC
8888
- uses: pnpm/action-setup@v4
8989
- run: pnpm install --frozen-lockfile
90-
- uses: actions/cache@v4
90+
- uses: actions/cache@v5
9191
with:
9292
path: .turbo
9393
key: turbo-release-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}

0 commit comments

Comments
 (0)