File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2525 outputs :
2626 release_tag : ${{ steps.vars.outputs.release_tag }}
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 - name : ' Set output variables'
5151 uses : actions/setup-go@v6
5252 with :
5353 go-version : ${{ env.GO_VERSION }}
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 with :
5656 ref : ${{ needs.prepare-variables.outputs.release_tag }}
5757 - name : ' Login the ACR'
8080 uses : actions/setup-go@v6
8181 with :
8282 go-version : ${{ env.GO_VERSION }}
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 with :
8585 ref : ${{ needs.prepare-variables.outputs.release_tag }}
8686 - name : ' Install the Azure CLI'
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 5757 go-version : ${{ env.GO_VERSION }}
5858
5959 - name : Check out code into the Go module directory
60- uses : actions/checkout@v5
60+ uses : actions/checkout@v6
6161
6262 - name : Prepare e2e variables
6363 run : |
Original file line number Diff line number Diff line change 4545 go-version : ${{ env.GO_VERSION }}
4646
4747 - name : Check out code into the Go module directory
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - name : golangci-lint
5151 run : make lint
Original file line number Diff line number Diff line change 1010 markdown-link-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : gaurav-nelson/github-action-markdown-link-check@v1
1515 with :
1616 # this will only show errors in the output
Original file line number Diff line number Diff line change 4141 uses : actions/setup-go@v6
4242 with :
4343 go-version : ${{ env.GO_VERSION }}
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Set image version for a new release
4646 if : startsWith(github.ref, 'refs/tags/')
4747 run : |
Original file line number Diff line number Diff line change 4444 go-version : ${{ env.GO_VERSION }}
4545
4646 - name : Checkout code
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848
4949 - name : Login to ${{ env.REGISTRY }}
5050 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
Original file line number Diff line number Diff line change 4343 go-version : ${{ env.GO_VERSION }}
4444
4545 - name : Check out code into the Go module directory
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Set up Ginkgo CLI
4949 run : |
You can’t perform that action at this time.
0 commit comments