We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041225d commit a55552dCopy full SHA for a55552d
.github/workflows/golangci-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Check out code into the Go module directory
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Set up Go
23
uses: actions/setup-go@v5
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout
14
15
with:
16
fetch-depth: 0
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
24
0 commit comments