We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e7604 commit 2465767Copy full SHA for 2465767
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [16.x, 18.x, 20.x]
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v3
@@ -38,7 +38,7 @@ jobs:
38
lint:
39
runs-on: ubuntu-latest
40
41
42
- uses: actions/setup-node@v3
43
with:
44
node-version: "20.x"
.github/workflows/codeql.yml
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
0 commit comments