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