File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
steps :
78
78
- uses : actions/checkout@v4
79
79
with :
80
- persist-credentials : false
80
+ ref : " main "
81
81
- run : git submodule update --init --recursive
82
82
83
83
- name : Get version
@@ -147,7 +147,7 @@ jobs:
147
147
steps :
148
148
- uses : actions/checkout@v4
149
149
with :
150
- persist-credentials : false
150
+ ref : " main "
151
151
- run : git submodule update --init --recursive
152
152
153
153
- name : Setup CMake
@@ -195,7 +195,7 @@ jobs:
195
195
steps :
196
196
- uses : actions/checkout@v4
197
197
with :
198
- persist-credentials : false
198
+ ref : " main "
199
199
- run : git submodule update --init --recursive
200
200
201
201
- uses : actions/setup-go@v4
@@ -242,7 +242,7 @@ jobs:
242
242
steps :
243
243
- uses : actions/checkout@v4
244
244
with :
245
- persist-credentials : false
245
+ ref : " main "
246
246
- run : git submodule update --init --recursive
247
247
248
248
- name : Get version
You can’t perform that action at this time.
0 commit comments