File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 2323 with :
2424 go-version : ' 1.23'
2525
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Test With Coverage
2929 run : go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
3838 runs-on : ubuntu-latest
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242
4343 - uses : actions/setup-go@v5
4444 with :
6161 packages : write
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565
6666 # Login against a Docker registry except on PR
6767 # https://github.com/docker/login-action
@@ -102,7 +102,7 @@ jobs:
102102
103103 steps :
104104 - name : Checkout
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 with :
107107 fetch-depth : 0
108108
@@ -148,7 +148,7 @@ jobs:
148148
149149 steps :
150150 - name : Checkout
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152 with :
153153 fetch-depth : 0
154154
You can’t perform that action at this time.
0 commit comments