Skip to content

Commit 35469ca

Browse files
chore: update actions/cache action to v5.0.2 (#385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b83235c commit 35469ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint-tsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
2525

2626
- name: Use Yarn cache
27-
uses: actions/[email protected].1
27+
uses: actions/[email protected].2
2828
id: yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)