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 c635fad commit 6e40543Copy full SHA for 6e40543
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
0 commit comments