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 36740ff commit 5458b7eCopy full SHA for 5458b7e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
node-version: [12.x, 14.x, 16.x]
11
12
steps:
13
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
14
15
- name: Use Node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v3
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Checkout repository
27
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v1
0 commit comments