There was an error while loading. Please reload this page.
1 parent ecb5570 commit 91529f0Copy full SHA for 91529f0
3 files changed
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Check out code
27
28
29
- name: Setup Go Faster
30
uses: WillAbides/setup-go-faster@v1.9.1
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout
20
21
with:
22
fetch-depth: 0
23
0 commit comments