Skip to content

Commit 5b55e1f

Browse files
chore(deps): bump actions/cache from 3 to 4
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] <support@github.com>
1 parent 927dc22 commit 5b55e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-dependency-updater.yml

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

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: pnpm-cache
4040
shell: bash
4141
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
42-
- uses: actions/cache@v3
42+
- uses: actions/cache@v4
4343
with:
4444
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4545
key: ${{ runner.os }}-pnpm-store # -${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)