File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 99 ci :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : actions/setup-go@v2
1414 with :
1515 go-version : ' 1.17.6'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020 with :
2121 ref : ${{ github.event.pull_request.head.ref }}
2222 fetch-depth : 2
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434 with :
3535 ref : ${{ github.event.pull_request.head.ref }}
3636 fetch-depth : 2
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6363 with :
6464 ref : ${{ github.event.pull_request.head.ref }}
6565 fetch-depth : 2
Original file line number Diff line number Diff line change 1717 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
1818 )"
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323 - name : Acceptance Tests (Anonymous)
4545 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
4646 )"
4747 - name : Checkout
48- uses : actions/checkout@v2
48+ uses : actions/checkout@v3
4949 with :
5050 ref : ${{ github.event.pull_request.head.sha }}
5151 - name : Acceptance Tests (Individual)
7878 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
7979 )"
8080 - name : Checkout
81- uses : actions/checkout@v2
81+ uses : actions/checkout@v3
8282 with :
8383 ref : ${{ github.event.pull_request.head.sha }}
8484
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 ref : ${{ github.event.pull_request.head.ref }}
1717 fetch-depth : 2
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828 with :
2929 ref : ${{ github.event.pull_request.head.ref }}
3030 fetch-depth : 2
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v3
4444 with :
4545 ref : ${{ github.event.pull_request.head.ref }}
4646 fetch-depth : 2
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 with :
3333 ref : ${{ github.event.pull_request.head.ref }}
3434 fetch-depth : 2
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 with :
4848 ref : ${{ github.event.pull_request.head.ref }}
4949 fetch-depth : 2
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v2
77+ uses : actions/checkout@v3
7878 with :
7979 ref : ${{ github.event.pull_request.head.ref }}
8080 fetch-depth : 2
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 with :
2828 ref : ${{ github.event.pull_request.head.ref }}
2929 fetch-depth : 2
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v3
4242 with :
4343 ref : ${{ github.event.pull_request.head.ref }}
4444 fetch-depth : 2
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v2
58+ uses : actions/checkout@v3
5959 with :
6060 ref : ${{ github.event.pull_request.head.ref }}
6161 fetch-depth : 2
Original file line number Diff line number Diff line change 2020 steps :
2121 -
2222 name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 -
2525 name : Unshallow
2626 run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments