Skip to content

Commit 5a13925

Browse files
chore(deps): update actions/cache action to v6
1 parent 6365842 commit 5a13925

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
62+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
6363
env:
6464
cache-name: cache-node-modules
6565
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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
5454
env:
5555
cache-name: cache-node-modules
5656
with:

0 commit comments

Comments
 (0)