Skip to content

Commit f6f4bfd

Browse files
chore(deps): update actions/cache action to v4 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 300cd7c commit f6f4bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: yarn-cache-dir-path
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
3030

31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v4
3232
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)