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 c40108e commit a64a2b7Copy full SHA for a64a2b7
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/main.yaml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
node-version: [14.x, 16.x]
9
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- name: Use Node.js ${{ matrix.node-version }}
12
uses: actions/setup-node@v1
13
with:
.github/workflows/publish.yml
deploy:
runs-on: ubuntu-latest
- uses: actions/setup-node@v1
node-version: 16
0 commit comments