We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188625e + efaeb71 commit 061016fCopy full SHA for 061016f
.github/workflows/ci-cd.yml
@@ -27,7 +27,7 @@ jobs:
27
name: Find Yarn's cache folder
28
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
29
- name: Cache Yarn's cache folder
30
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v3.0.2
31
with:
32
path: ${{ steps.find-yarn-cache-folder.outputs.path }}
33
key: yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments