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 3b521e1 commit 9130799Copy full SHA for 9130799
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
id: yarn-cache-dir-path
20
run: echo "::set-output name=dir::$(yarn cache dir)"
21
22
- - uses: actions/cache@v3
+ - uses: actions/cache@v5
23
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
24
with:
25
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
.github/workflows/lint.yml
0 commit comments