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 18552b2 + 5eed097 commit ad56a44Copy full SHA for ad56a44
.github/workflows/build-and-test.yml
@@ -8,6 +8,6 @@ jobs:
8
node-version: [20.x]
9
name: Node ${{ matrix.node }} run
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: Build with Makefile
13
run: make all
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments