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 913c22f commit 7e1087eCopy full SHA for 7e1087e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: git checkout
20
uses: actions/checkout@v6
21
- name: Cache yarn dependencies
22
- uses: actions/cache@v4
+ uses: actions/cache@v5
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