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 e403fd6 commit cec5a9eCopy full SHA for cec5a9e
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Use node ${{ matrix.node_version }}
24
uses: actions/setup-node@v3
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments