Skip to content

Commit d655836

Browse files
committed
build(deps): bump actions/cache from 3.2.3 to 4.1.0
1 parent 11daefa commit d655836

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/cache@v3.0.11
34+
uses: actions/cache@v4.1.0
3535
id: yarn-cache
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)