File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Code
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Set up Go ${{ matrix.go }}
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
2929 go-version : ${{ env.LATEST_GO_VERSION }}
3030 check-latest : true
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 runs-on : ${{ matrix.os }}
3131 steps :
3232 - name : Checkout Code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Set up Go ${{ matrix.go }}
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version : ${{ matrix.go }}
3939
4242
4343 - name : Upload coverage to Codecov
4444 if : success() && matrix.go == env.LATEST_GO_VERSION && matrix.os == 'ubuntu-latest'
45- uses : codecov/codecov-action@v5
45+ uses : codecov/codecov-action@v6
4646 with :
4747 token :
4848 fail_ci_if_error : false
@@ -53,18 +53,18 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout Code (Previous)
56- uses : actions/checkout@v5
56+ uses : actions/checkout@v6
5757 with :
5858 ref : ${{ github.base_ref }}
5959 path : previous
6060
6161 - name : Checkout Code (New)
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363 with :
6464 path : new
6565
6666 - name : Set up Go ${{ matrix.go }}
67- uses : actions/setup-go@v5
67+ uses : actions/setup-go@v6
6868 with :
6969 go-version : ${{ env.LATEST_GO_VERSION }}
7070
You can’t perform that action at this time.
0 commit comments