File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Re-Test Action
1515 uses : ./.github/actions/retest-action
Original file line number Diff line number Diff line change 1616 uses : actions/setup-go@v4
1717 with :
1818 go-version : ${{ env.GO_VERSION }}
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - uses : ibiqlik/action-yamllint@v3
2121 with :
2222 format : auto
3232 uses : actions/setup-go@v4
3333 with :
3434 go-version : ${{ env.GO_VERSION }}
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636
3737 - name : Build on all supported architectures
3838 run : |
6262 run : |
6363 sudo ln -sf `which go` `sudo which go` || true
6464 sudo go version
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666
6767 - name : Install test binaries
6868 run : |
8989 uses : actions/setup-go@v4
9090 with :
9191 go-version : ${{ env.GO_VERSION }}
92- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v4
9393 - name : test
9494 run : bash ./test_windows.sh
You can’t perform that action at this time.
0 commit comments