Skip to content

Commit 1e41026

Browse files
chore(deps): bump actions/cache from 3 to 4 (#1)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa3c38f commit 1e41026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
45-
- uses: actions/cache@v3
45+
- uses: actions/cache@v4
4646
name: Setup pnpm cache
4747
if: ${{ inputs.cache }}
4848
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
45-
- uses: actions/cache@v3
45+
- uses: actions/cache@v4
4646
name: Setup pnpm cache
4747
with:
4848
path: |

0 commit comments

Comments
 (0)