File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 name : Build & Test
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v7
1717
1818 - name : Set up Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version-file : go.mod
2222 cache : true
3434 run : go tool cover -func=coverage.out | tail -1
3535
3636 - name : Upload coverage profile
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v7
3838 with :
3939 name : coverage
4040 path : coverage.out
@@ -43,15 +43,15 @@ jobs:
4343 name : Lint
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v7
4747
4848 - name : Set up Go
49- uses : actions/setup-go@v5
49+ uses : actions/setup-go@v6
5050 with :
5151 go-version-file : go.mod
5252 cache : true
5353
5454 - name : golangci-lint
55- uses : golangci/golangci-lint-action@v7
55+ uses : golangci/golangci-lint-action@v9
5656 with :
5757 version : v2.5.0
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 name : GoReleaser
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Set up Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version-file : go.mod
2424 cache : true
2525
2626 - name : Run GoReleaser
27- uses : goreleaser/goreleaser-action@v6
27+ uses : goreleaser/goreleaser-action@v7
2828 with :
2929 distribution : goreleaser
3030 version : ' ~> v2'
You can’t perform that action at this time.
0 commit comments