Skip to content

Commit 8177ecf

Browse files
authored
Merge pull request #109 from kleros/dependabot/github_actions/actions/cache-3.0.4
chore(deps): bump actions/cache from 2.1.7 to 3.0.4
2 parents 668293c + 0b019f0 commit 8177ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: Cache node modules
24-
uses: actions/cache@v2.1.7
24+
uses: actions/cache@v3.0.4
2525
env:
2626
cache-name: cache-node-modules
2727
with:

0 commit comments

Comments
 (0)