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 6650b1f + 9ca5866 commit b18dd86Copy full SHA for b18dd86
.github/workflows/on-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: '${{ steps.nvm.outputs.NVMRC }}'
21
22
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
23
24
path: '**/node_modules'
25
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/on-pd-bot-pr-opened.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- - uses: actions/cache@v3
36
37
38
0 commit comments