2 parents d957215 + 89174f8 commit 224326dCopy full SHA for 224326d
4 files 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.2.2
+ uses: actions/cache@v3.2.3
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