File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
steps :
151
151
- uses : actions/checkout@v3
152
152
- name : Check doxygen build
153
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
153
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
154
154
with :
155
155
path : ./
156
156
@@ -160,7 +160,7 @@ jobs:
160
160
- name : Clone This Repo
161
161
uses : actions/checkout@v3
162
162
- name : Run spellings check
163
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
163
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
164
164
with :
165
165
path : ./
166
166
@@ -179,7 +179,7 @@ jobs:
179
179
steps :
180
180
- uses : actions/checkout@v3
181
181
- name : Check Links
182
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
182
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
183
183
with :
184
184
path : ./
185
185
@@ -231,7 +231,7 @@ jobs:
231
231
with :
232
232
python-version : " 3.11.0"
233
233
- name : Measure sizes
234
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
234
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
235
235
with :
236
236
config : .github/memory_statistics_config.json
237
237
check_against : docs/doxygen/include/size_table.md
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : Apply Formatting Fix
22
- uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22
+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
23
23
id : check-formatting
You can’t perform that action at this time.
0 commit comments