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 eb2b7e0 commit 860bed8Copy full SHA for 860bed8
1 file changed
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get yarn cache directory path
19
id: yarn-cache-dir-path
20
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
21
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
22
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
23
with:
24
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments