File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
26
26
- name : Set up Go
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
28
28
with :
29
29
go-version-file : " ${{ inputs.project-directory == '' && '.' || inputs.project-directory }}/go.mod"
30
30
cache-dependency-path : " ${{ inputs.project-directory == '' && '.' || inputs.project-directory }}/go.sum"
Original file line number Diff line number Diff line change 61
61
fetch-depth : 0
62
62
63
63
- name : Set up Go
64
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
64
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
65
65
with :
66
66
go-version : ' ${{ inputs.go-version }}'
67
67
cache-dependency-path : ' ${{ inputs.project-directory }}/go.sum'
Original file line number Diff line number Diff line change 31
31
ref : ${{ github.event.client_payload.pull_request.head.ref }}
32
32
33
33
- name : Set up Go
34
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
34
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
35
35
with :
36
36
go-version-file : go.mod
37
37
id : go
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
- name : Set up Go
28
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
28
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
29
29
with :
30
30
go-version-file : ' go.mod'
31
31
cache-dependency-path : ' go.sum'
91
91
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92
92
93
93
- name : Set up Go
94
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
94
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
95
95
with :
96
96
go-version-file : ' modules/compose/go.mod'
97
97
cache-dependency-path : ' modules/compose/go.sum'
You can’t perform that action at this time.
0 commit comments