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 85dbb68 commit d838c55Copy full SHA for d838c55
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Use Node.js
21
uses: actions/setup-node@v4
22
with:
.github/workflows/CODE_SCANNING.yml
@@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
23
24
# Initializes the CodeQL tools for scanning.
25
- name: Initialize CodeQL
0 commit comments