2 parents 591ff9b + 3edd7d7 commit 369b1cfCopy full SHA for 369b1cf
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.7
+ uses: actions/cache@v3.0.8
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