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 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111
1212 - name : Set up Go
13- uses : actions/setup-go@v4
13+ uses : actions/setup-go@v5
1414 with :
1515 go-version : " 1.21"
1616
1717 - name : Test
1818 run : go test -v ./... -coverprofile=coverage.out
1919
2020 - name : Upload coverage report
21- uses : codecov/codecov-action@v3
21+ uses : codecov/codecov-action@v4
2222 with :
2323 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 os : [ubuntu-latest, windows-latest, macOS-latest]
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Set up Go ${{ matrix.go_version }}
18- uses : actions/setup-go@v4
18+ uses : actions/setup-go@v5
1919 with :
2020 go-version : ${{ matrix.go_version }}
2121
You can’t perform that action at this time.
0 commit comments