Skip to content

Commit 519b8fe

Browse files
build(deps): bump actions/cache from 4 to 6 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 e0eaadf commit 519b8fe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4343
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v6
4545
name: Setup pnpm cache
4646
with:
4747
path: ${{ env.STORE_PATH }}

.github/workflows/cpu-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash
6262
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
6363

64-
- uses: actions/cache@v4
64+
- uses: actions/cache@v6
6565
name: Setup pnpm cache
6666
with:
6767
path: ${{ env.STORE_PATH }}

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@v6
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{ env.STORE_PATH }}
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7878
79-
- uses: actions/cache@v4
79+
- uses: actions/cache@v6
8080
name: Setup pnpm cache
8181
with:
8282
path: ${{ env.STORE_PATH }}

.github/workflows/scaling-dive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7171
72-
- uses: actions/cache@v4
72+
- uses: actions/cache@v6
7373
name: Setup pnpm cache
7474
with:
7575
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)