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.
2 parents f6cf8af + 70f86ed commit c95ee5eCopy full SHA for c95ee5e
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
id: yarn-cache-dir-path
28
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
29
- name: Cache node_modules 📦
30
- uses: actions/cache@v5.0.4
+ uses: actions/cache@v5.0.5
31
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
32
with:
33
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments