We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5cbb4 commit 5755074Copy full SHA for 5755074
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
languages: javascript
21
- name: Cache node modules
22
- uses: actions/cache@v2
+ uses: actions/cache@v3.0.11
23
env:
24
cache-name: cache-node-modules
25
.github/workflows/node.yml
@@ -16,7 +16,7 @@ jobs:
16
17
node-version: 14
18
0 commit comments