We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11daefa commit d655836Copy full SHA for d655836
.github/workflows/eslint-tsc.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "::set-output name=dir::$(yarn cache dir)"
32
33
- name: Use Yarn cache
34
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.1.0
35
id: yarn-cache
36
with:
37
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments