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 0653bf4 commit 4e92a9dCopy full SHA for 4e92a9d
.github/workflows/codeql_analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/validate.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Validate Using Node 14
15
runs-on: ubuntu-latest
16
17
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
18
19
- name: Run Lint and Typecheck
20
uses: actions/setup-node@v2.5.1
0 commit comments