We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8388c53 commit 53f9205Copy full SHA for 53f9205
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo "::set-output name=dir::$(yarn cache dir)"
42
43
- name: Cache node_modules
44
- uses: actions/cache@v2
+ uses: actions/cache@v4
45
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
46
with:
47
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments