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 3d3ec27 commit 1304944Copy full SHA for 1304944
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
node-version: '16'
73
- uses: actions/checkout@v1
74
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
75
76
path: node_modules
77
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
0 commit comments