Skip to content

Commit 6e46ae9

Browse files
chore(deps): 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 b066949 commit 6e46ae9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cache: 'pnpm'
6363

6464
- name: Turbo Cache
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: node_modules/.cache/turbo
6868
key: turbo-${{ runner.os }}-${{ github.sha }}
@@ -93,7 +93,7 @@ jobs:
9393
cache: 'pnpm'
9494

9595
- name: Turbo Cache
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: node_modules/.cache/turbo
9999
key: turbo-${{ runner.os }}-${{ github.sha }}
@@ -134,7 +134,7 @@ jobs:
134134
cache: 'pnpm'
135135

136136
- name: Turbo Cache
137-
uses: actions/cache@v4
137+
uses: actions/cache@v5
138138
with:
139139
path: node_modules/.cache/turbo
140140
key: turbo-${{ runner.os }}-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Turbo Cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: node_modules/.cache/turbo
3636
key: turbo-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)