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.
2 parents d1eff85 + c29a0cf commit 030c39bCopy full SHA for 030c39b
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: echo "::set-output name=dir::$(yarn cache dir)"
52
53
- name: Cache yarn cache
54
- uses: actions/cache@v2
+ uses: actions/cache@v4
55
id: cache-yarn-cache
56
with:
57
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Cache node_modules
63
id: cache-node-modules
64
65
66
path: node_modules
67
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
0 commit comments