File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Print All environment variables
2222 run : env | sort
2323
2424 - name : Set up Go
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@v6.3.0
2626
2727 - name : Install golangci-lint
28- uses : golangci/golangci-lint-action@v7
28+ uses : golangci/golangci-lint-action@v9.2.0
2929 with :
3030 version : latest
3131
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6.0.2
1616
1717 - name : Print All environment variables
1818 run : env | sort
1919
2020 - name : Set up Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6.3.0
2222
2323 - name : Install dependencies
2424 run : go mod download
2727 run : go test -count=1 -coverprofile=coverage.txt ./...
2828
2929 - name : Upload results to Codecov
30- uses : codecov/codecov-action@v5
30+ uses : codecov/codecov-action@v5.5.2
3131 with :
3232 token : ${{ secrets.CODECOV_TOKEN }}
3333 slug : go-spring/stdlib
You can’t perform that action at this time.
0 commit comments