File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
2626 echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
2727
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 with :
3030 path : src/github.com/containerd/nri
3131 fetch-depth : 25
4040 timeout-minutes : 5
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - uses : actions/setup-go@v4
4545 with :
4646 go-version : 1.20.x
6464 os : [ubuntu-22.04]
6565
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - uses : actions/setup-go@v4
6969 with :
7070 go-version : ${{ matrix.go }}
8888 go : [1.19.x, 1.20.x]
8989
9090 steps :
91- - uses : actions/checkout@v3
91+ - uses : actions/checkout@v4
9292 - uses : actions/setup-go@v4
9393 with :
9494 go-version : ${{ matrix.go }}
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131
3232 - uses : actions/setup-go@v4
3333 with :
You can’t perform that action at this time.
0 commit comments