Skip to content

Commit c7550a5

Browse files
chore(deps): bump actions/cache from 4.2.3 to 4.3.0 (#212)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 638291f commit c7550a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Cache pnpm dependencies
3131
- name: Cache pnpm dependencies
32-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3333
with:
3434
path: |
3535
~/.pnpm-store
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Restore pnpm dependencies from cache
7474
- name: Restore pnpm dependencies from cache
75-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
75+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7676
with:
7777
path: |
7878
~/.pnpm-store

0 commit comments

Comments
 (0)