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 c97ec84 commit 0c5c66bCopy full SHA for 0c5c66b
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/seeder.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Build on ${{ matrix.os }}
26
27
- name: Checkout Seeder
28
29
- name: Setup Node
30
uses: actions/setup-node@v4
31
with:
.github/workflows/tracker.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
- name: Setup Node.js
0 commit comments