File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 - name : Checkout Repository
2525 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 - name : Setup Go
27- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : go.mod
3030 cache : true
Original file line number Diff line number Diff line change 2626 - name : Checkout Repository
2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 - name : Setup Go
29- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
29+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3030 with :
3131 go-version-file : go.mod
3232 cache : true
4848 - name : Checkout Repository
4949 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 - name : Setup Go
51- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
51+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5252 with :
5353 go-version-file : go.mod
5454 cache : true
6565 - name : Checkout Repository
6666 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767 - name : Setup Go
68- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
68+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6969 with :
7070 go-version-file : go.mod
7171 cache : true
8888 - name : Checkout Repository
8989 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9090 - name : Setup Go
91- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
91+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9292 with :
9393 go-version-file : go.mod
9494 cache : true
Original file line number Diff line number Diff line change 3737 with :
3838 ref : ${{ github.event.inputs.branch }}
3939 # Ensure the documentation is up-to-date.
40- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
40+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4141 with :
4242 go-version-file : ' go.mod'
4343 - shell : bash
Original file line number Diff line number Diff line change 3030 with :
3131 ref : ${{ github.ref }}
3232 # Ensure the documentation is up-to-date.
33- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
33+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3434 with :
3535 go-version-file : ' go.mod'
3636 - shell : bash
Original file line number Diff line number Diff line change 2121 - name : Unshallow
2222 run : git fetch --prune --unshallow
2323 - name : Setup Go
24- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
24+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2525 with :
2626 go-version-file : go.mod
2727 - name : Describe Plugin
You can’t perform that action at this time.
0 commit comments