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 46bc908 commit 0b22f50Copy full SHA for 0b22f50
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: [20.11.x]
19
20
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v3
24
with:
0 commit comments