Skip to content

Commit 3e4fcc7

Browse files
Update actions/cache action to v4
1 parent 328fbd4 commit 3e4fcc7

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)