We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49458b1 + dab3510 commit 091afcfCopy full SHA for 091afcf
1 file changed
.github/workflows/cd.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
23
- name: Cache dependencies
24
- uses: actions/cache@v1
+ uses: actions/cache@v4
25
with:
26
path: ${{ steps.yarn-cache.outputs.dir }}
27
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments