We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e37ea commit d47be99Copy full SHA for d47be99
.github/workflows/cd.yml
@@ -26,7 +26,7 @@ jobs:
26
id: yarn-cache-dir-path
27
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
28
29
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
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