File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Go
21
- uses : actions/setup-go@v4
21
+ uses : actions/setup-go@v5
22
22
with :
23
23
go-version : " 1.20"
24
24
check-latest : true
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Go
20
- uses : actions/setup-go@v4
20
+ uses : actions/setup-go@v5
21
21
with :
22
22
go-version : " 1.21"
23
23
- name : Run GoReleaser
24
- uses : goreleaser/goreleaser-action@v4
24
+ uses : goreleaser/goreleaser-action@v6
25
25
with :
26
26
distribution : goreleaser
27
27
version : latest
You can’t perform that action at this time.
0 commit comments