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 4bd2d4a commit cea6930Copy full SHA for cea6930
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Get yarn cache directory path
27
id: yarn-cache-dir-path
28
run: echo "::set-output name=dir::$(yarn cache dir)"
29
- - uses: actions/cache@v3.3.3
+ - uses: actions/cache@v4.0.1
30
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
31
with:
32
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments