We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4aaf1 commit 27dca6aCopy full SHA for 27dca6a
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Check out code
26
27
28
- name: Setup Go Faster
29
uses: WillAbides/setup-go-faster@v1.14.0
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout
18
19
with:
20
fetch-depth: 0
21
0 commit comments