File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 name : Bats e2e tests
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Setup Bats and bats libs
2929 id : setup-bats
Original file line number Diff line number Diff line change 3939 concurrency :
4040 group : ${{ github.workflow }}-${{ github.ref }}
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
4545
Original file line number Diff line number Diff line change 4444 id : go
4545
4646 - name : Check out code
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848
4949 - name : Build
5050 run : |
7373 KUBEPROXY_MODE : ${{ matrix.proxyMode }}
7474 steps :
7575 - name : Check out code
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777
7878 - name : Enable ipv4 and ipv6 forwarding
7979 run : |
Original file line number Diff line number Diff line change 2525 name : Bats e2e tests
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Setup Bats and bats libs
3131 id : setup-bats
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Check out code
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Set up QEMU
3939 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Check out code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Set up QEMU
3636 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 2626 - uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ matrix.go-version }}
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - run : sudo make test
3131 - run : make lint
3232
You can’t perform that action at this time.
0 commit comments