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 c01c31f commit 3dd2d7fCopy full SHA for 3dd2d7f
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: git checkout
17
uses: actions/checkout@v6
18
- name: yarn cache
19
- uses: actions/cache@v4
+ uses: actions/cache@v5
20
with:
21
path: ~/.yarn/berry/cache
22
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
0 commit comments