File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 echo "inputs.tag_name: ${{ inputs.tag_name }}"
4646 echo "inputs.download_artifact_name: ${{ inputs.download_artifact_name }}"
4747
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949
5050 - name : Check deploy inputs
5151 run : |
Original file line number Diff line number Diff line change 7070 echo "inputs.upload_artifact_name: ${{ inputs.upload_artifact_name }}"
7171 echo "inputs.go_build_id: ${{ inputs.go_build_id }}"
7272
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v6
7474 - name : Set up Go SDK
7575 uses : actions/setup-go@v5
7676 with :
Original file line number Diff line number Diff line change 4242 - ubuntu-latest
4343 runs-on : ${{ matrix.os }}
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 - name : Set up Go SDK
4747 uses : actions/setup-go@v5
4848 with :
Original file line number Diff line number Diff line change 2929 - ' ^1.23'
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - name : Set up Go SDK
3434 uses : actions/setup-go@v5
3535 with :
Original file line number Diff line number Diff line change 7878 echo "inputs.go_build_id: ${{ inputs.go_build_id }}"
7979 echo "inputs.goreleaser-build-timeout-minutes: ${{ inputs.goreleaser-build-timeout-minutes }}"
8080
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v6
8282 - name : Set up Go SDK
8383 uses : actions/setup-go@v5
8484 with :
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5151
5252 - name : get version and conventional
5353 id : check-version
You can’t perform that action at this time.
0 commit comments