Skip to content

Commit c66791a

Browse files
chore: update actions/cache action to v4.2.4 (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea893a commit c66791a

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
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "::set-output name=dir::$(yarn cache dir)"
3232

3333
- name: Use Yarn cache
34-
uses: actions/[email protected].3
34+
uses: actions/[email protected].4
3535
id: yarn-cache
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)