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 681dcb5 commit 0f1dcf4Copy full SHA for 0f1dcf4
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 16
17
- uses: actions/checkout@v2
18
- name: 'Cache node_modules'
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: node_modules
22
key: ${{ runner.os }}-node-v16-${{ hashFiles('**/generate.sh') }}
0 commit comments