File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
- name : Clone This Repo
71
71
uses : actions/checkout@v3
72
72
- name : Run spellings check
73
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
73
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
74
74
with :
75
75
path : ./
76
76
@@ -126,7 +126,7 @@ jobs:
126
126
with :
127
127
python-version : " 3.11.0"
128
128
- name : Measure sizes
129
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
129
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
130
130
with :
131
131
config : .github/memory_statistics_config.json
132
132
check_against : docs/doxygen/include/size_table.md
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Check Links
139
139
env :
140
140
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
141
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
142
142
with :
143
143
path : ./
144
144
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