Skip to content

Commit 89d8125

Browse files
Bump actions/cache from 4 to 5 (#58)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8692257 commit 89d8125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-tests.yml

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

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
run: |
2626
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)