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 21f8a84 + f0389f1 commit 855b6a7Copy full SHA for 855b6a7
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- uses: actions/setup-node@v4
20
with:
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments