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 cad55f2 + e9a7071 commit a278892Copy full SHA for a278892
.github/workflows/build-and-test.yml
@@ -8,7 +8,7 @@ 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: Setup node
13
uses: actions/setup-node@v4
14
with:
.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