Skip to content

Commit 54447e6

Browse files
build(deps): bump actions/cache from 5 to 6 (#5034)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c782efa commit 54447e6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
lfs: true
2323
- name: Cache turbo build setup
24-
uses: actions/cache@v5
24+
uses: actions/cache@v6
2525
with:
2626
path: .turbo
2727
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/deploy-cloudflare-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: git lfs checkout
2626

2727
- name: Cache turbo build setup
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: .turbo
3131
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/deploy-cloudflare-landing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git lfs checkout
3030

3131
- name: Cache turbo build setup
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: .turbo
3535
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/deploy-cloudflare-ssr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: git lfs checkout
3333

3434
- name: Cache turbo build setup
35-
uses: actions/cache@v5
35+
uses: actions/cache@v6
3636
with:
3737
path: .turbo
3838
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
lfs: true
2828
- name: Cache turbo build setup
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: .turbo
3232
key: ${{ runner.os }}-turbo-${{ github.sha }}

0 commit comments

Comments
 (0)