Skip to content

Commit bf6f231

Browse files
build(deps): bump actions/cache from 3 to 4 in the all-actions group (openwallet-foundation#34)
Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bfa3e2 commit bf6f231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
6767
6868
- name: pnpm cache
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
7272
key: ${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)