File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
- uses : actions/checkout@v4
65
65
with :
66
66
fetch-depth : 0
67
- - uses : actions/setup-go@v5
67
+ - uses : actions/setup-go@v5.0.1
68
68
with :
69
69
go-version-file : modules/api/go.mod
70
70
check-latest : true
81
81
- uses : actions/checkout@v4
82
82
with :
83
83
fetch-depth : 0
84
- - uses : actions/setup-go@v5
84
+ - uses : actions/setup-go@v5.0.1
85
85
with :
86
86
go-version-file : modules/api/go.mod
87
87
check-latest : true
99
99
- uses : actions/checkout@v4
100
100
with :
101
101
fetch-depth : 0
102
- - uses : actions/setup-go@v5
102
+ - uses : actions/setup-go@v5.0.1
103
103
with :
104
104
go-version-file : modules/api/go.mod
105
105
check-latest : true
@@ -123,7 +123,7 @@ jobs:
123
123
- uses : actions/checkout@v4
124
124
with :
125
125
fetch-depth : 0
126
- -
uses :
actions/[email protected] .0
126
+ -
uses :
actions/[email protected] .1
127
127
with :
128
128
go-version-file : modules/go.work
129
129
check-latest : true
@@ -149,7 +149,7 @@ jobs:
149
149
150
150
# with:
151
151
# node_image: kindest/node:v1.29.2
152
- # - uses: actions/setup-go@v5
152
+ # - uses: actions/setup-go@v5.0.1
153
153
# with:
154
154
# go-version-file: modules/api/go.mod
155
155
# check-latest: true
You can’t perform that action at this time.
0 commit comments