We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f890b4 commit 27fa6cbCopy full SHA for 27fa6cb
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
id: go
14
15
- name: Check out code into the Go module directory
16
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
17
18
- name: Test
19
run: |
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
go-version: 1.14
- name: checkout
fetch-depth: 1
- name: run GoReleaser
0 commit comments