File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 sha : ${{ steps.vars.outputs.sha }}
1818 steps :
1919 # checkout code and setup go
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : actions/setup-go@v5
2222 with :
2323 go-version-file : " go.mod"
4949 E2E_KUBECONFIG_ROOT : ${{ github.workspace }}/kubeconfigs
5050 steps :
5151 # checkout code and setup go
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 - uses : actions/setup-go@v5
5454 with :
5555 go-version-file : " go.mod"
@@ -136,7 +136,7 @@ jobs:
136136 E2E_KUBECONFIG_ROOT : ${{ github.workspace }}/kubeconfigs
137137 steps :
138138 # checkout code and setup go
139- - uses : actions/checkout@v4
139+ - uses : actions/checkout@v5
140140 - uses : actions/setup-go@v5
141141 with :
142142 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1010 go-verdiff :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Check golang version
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Go
Original file line number Diff line number Diff line change 88 install-quickstart :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - run : |
1313 curl -sLo kind "$(curl -sL https://api.github.com/repos/kubernetes-sigs/kind/releases/latest | jq -r '[.assets[] | select(.name == "kind-linux-amd64")] | first | .browser_download_url')"
1414 chmod +x kind
Original file line number Diff line number Diff line change 1010 check-vendor :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-go@v5
1515 with :
1616 go-version-file : " go.mod"
1919 static-analysis :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-go@v5
2424 with :
2525 go-version-file : " go.mod"
2828 verify :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - uses : actions/setup-go@v5
3333 with :
3434 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1414 github.event_name != 'issue_comment' || startsWith(github.event.comment.body, '/retest unit')
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-go@v5
1919 with :
2020 go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments