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.
1 parent 3904687 commit 32b3f9aCopy full SHA for 32b3f9a
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "::set-output name=dir::$(yarn cache dir)"
23
24
- name: Cache dependencies
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: ${{ steps.yarn-cache.outputs.dir }}
28
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments