Skip to content

Commit 6a5995c

Browse files
authored
Merge pull request #4 from OpenZeppelin/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 3921466 + 3e4fcc7 commit 6a5995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
id: yarn-cache-dir-path
1212
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
1313
- name: Restore yarn cache
14-
uses: actions/cache@v3
14+
uses: actions/cache@v4
1515
id: cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1616
with:
1717
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)