File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Go
22- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2323 with :
2424 go-version : " >=1.25.0"
2525
2626 - name : Run GoReleaser
27- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
27+ uses : goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
2828 with :
2929 distribution : goreleaser
3030 version : latest
Original file line number Diff line number Diff line change 3131 run : go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232
3333 - name : upload coverage to codecov
34- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
34+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
3535 with :
3636 files : ./coverage.out
3737 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments