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 a7180b8 + 36e2545 commit 86ee928Copy full SHA for 86ee928
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- name: Checkout repository
46
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
.github/workflows/npm-build.yml
@@ -25,7 +25,7 @@ jobs:
25
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
26
27
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
- name: Use Node.js ${{ matrix.node-version }}
30
uses: actions/setup-node@v6
31
with:
0 commit comments