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 4a0ea58 commit 859fb8cCopy full SHA for 859fb8c
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/nodejs.yml
@@ -17,9 +17,9 @@ jobs:
17
runs-on: ubuntu-latest
18
19
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Use Node.js 20.x
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: 20
25
cache: 'npm'
0 commit comments