File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
runs-on : ubuntu-latest
58
58
timeout-minutes : 10
59
59
steps :
60
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
60
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
61
61
with :
62
62
go-version : ${{ env.GO_VERSION }}
63
63
- name : Checkout finch-deamon repo
84
84
env :
85
85
CONTAINERD_VERSION : ${{ matrix.containerd }}
86
86
steps :
87
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
87
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
88
88
with :
89
89
go-version : ${{ env.GO_VERSION }}
90
90
- name : Checkout finch-daemon repo
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
with :
34
34
fetch-tags : true
35
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
35
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
36
36
with :
37
37
go-version : ${{ env.GO_VERSION }}
38
38
cache : false
You can’t perform that action at this time.
0 commit comments