File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Build and push
80
80
id : build-and-push
81
- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
81
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
82
82
with :
83
83
context : .
84
84
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 28
28
fetch-depth : 0
29
29
30
30
- name : Setup Go
31
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
31
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
32
32
with :
33
33
go-version-file : ' go.mod'
34
34
check-latest : true
@@ -157,7 +157,7 @@ jobs:
157
157
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158
158
159
159
- name : Setup Go
160
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
160
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
161
161
with :
162
162
go-version-file : ' go.mod'
163
163
check-latest : true
Original file line number Diff line number Diff line change 15
15
persist-credentials : false
16
16
17
17
- name : Setup Go
18
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
18
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19
19
with :
20
20
go-version-file : ' go.mod'
21
21
check-latest : true
41
41
persist-credentials : false
42
42
43
43
- name : Setup Go
44
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
44
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
45
with :
46
46
go-version-file : ' go.mod'
47
47
check-latest : true
Original file line number Diff line number Diff line change 22
22
run : git fetch --force --tags
23
23
24
24
- name : Setup Go
25
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26
26
with :
27
27
go-version-file : ' go.mod'
28
28
check-latest : true
You can’t perform that action at this time.
0 commit comments