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 114c13a commit c246b20Copy full SHA for c246b20
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
GOPATH: /home/runner/go
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
with:
22
fetch-depth: 0
23
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
# Initializes the CodeQL tools for scanning.
28
- name: Initialize CodeQL
0 commit comments