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.
2 parents 1b087aa + 52ab021 commit 199ae8eCopy full SHA for 199ae8e
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: [18.x, 20.x, 21.x]
21
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v4
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments