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 e80a3a6 commit 2122ddbCopy full SHA for 2122ddb
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: bash
33
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
34
- name: Restore yarn cache
35
- uses: actions/cache@v3
+ uses: actions/cache@v4
36
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
37
with:
38
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments