File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - " " # empty; fall back on go-version-file (use go.mod); see https://github.com/actions/setup-go/issues/450#issuecomment-3620402646
3030 - 1.26
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 with :
3434 persist-credentials : false
3535 - name : install Go
5454 timeout-minutes : 5
5555
5656 steps :
57- - uses : actions/checkout@v6
57+ - uses : actions/checkout@v7
5858 with :
5959 path : src/github.com/containerd/accelerated-container-image
6060 fetch-depth : 100
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v7
3838 with :
3939 ref : ${{ inputs.commit-hash }}
4040 fetch-depth : 0
Original file line number Diff line number Diff line change 2727 - " " # empty; fall back on go-version-file (use go.mod); see https://github.com/actions/setup-go/issues/450#issuecomment-3620402646
2828 - 1.26
2929 steps :
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@v7
3131 with :
3232 fetch-depth : 100
3333 persist-credentials : false
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v6
50+ uses : actions/checkout@v7
5151 with :
5252 ref : ${{ inputs.commit-hash }}
5353 fetch-depth : 0
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change 2929 releasever="${releasever#refs/tags/}"
3030 echo "RELEASE_VERSION=${releasever}" >> $GITHUB_ENV
3131 - name : Checkout
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 100
3535 persist-credentials : false
You can’t perform that action at this time.
0 commit comments