Skip to content

Commit 4103a91

Browse files
chore(deps): update actions/cache action to v6
1 parent b818d97 commit 4103a91

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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5454
env:
5555
cache-name: cache-node-modules
5656
with:

0 commit comments

Comments
 (0)