Skip to content

Commit 7a9a620

Browse files
chore(deps): bump actions/cache from 4.2.1 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c907a7...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e987c4 commit 7a9a620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: yarn
6060

6161
- name: Cache node modules
62-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
62+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6363
env:
6464
cache-name: cache-node-modules
6565
with:
@@ -117,7 +117,7 @@ jobs:
117117
# cache: yarn
118118

119119
# - name: Cache node modules
120-
# uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
120+
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
121121
# env:
122122
# cache-name: cache-node-modules
123123
# with:

.github/workflows/sentry-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: yarn
5151

5252
- name: Cache node modules
53-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
env:
5555
cache-name: cache-node-modules
5656
with:

0 commit comments

Comments
 (0)