Skip to content

Commit f327aee

Browse files
chore: update actions/cache action to v4.3.0
1 parent 51c9f7c commit f327aee

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/cache@v4.2.4
27+
uses: actions/cache@v4.3.0
2828
id: yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)