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 d89b850 commit f418a91Copy full SHA for f418a91
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
25
26
- name: Cache yarn cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
id: cache-yarn-cache
29
with:
30
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Cache node_modules
36
id: cache-node-modules
37
38
39
path: node_modules
40
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
0 commit comments