Skip to content

Commit 69984fb

Browse files
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] <[email protected]>
1 parent 3539f60 commit 69984fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939
run: |
4040
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ env.STORE_PATH }}

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: |
3838
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
name: Setup pnpm cache
4141
with:
4242
path: ${{ env.STORE_PATH }}
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888
run: |
8989
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
90-
- uses: actions/cache@v4
90+
- uses: actions/cache@v5
9191
name: Setup pnpm cache
9292
with:
9393
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)