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 65f5fcf commit 8afe4d7Copy full SHA for 8afe4d7
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: git checkout
20
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
- name: Cache yarn dependencies
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ${{steps.find-yarn-cache.outputs.dir}}
25
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
0 commit comments