2 parents 4c35ec8 + 52e8fb7 commit 42ff20aCopy full SHA for 42ff20a
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(yarn cache dir)"
34
35
- name: Cache node_modules 📦
36
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
37
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
with:
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments