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 @@ -108,7 +108,7 @@ jobs:
108108 - name : Clone This Repo
109109 uses : actions/checkout@v3
110110 - name : Run spellings check
111- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
111+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
112112 with :
113113 path : ./
114114
@@ -146,7 +146,7 @@ jobs:
146146 - name : Check Links
147147 env :
148148 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
149+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
150150
151151 verify-manifest :
152152 runs-on : ubuntu-latest
@@ -167,7 +167,7 @@ jobs:
167167 steps :
168168 - uses : actions/checkout@v3
169169 - name : Run doxygen build
170- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
170+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
171171 with :
172172 path : ./
173173 memory_statistics :
@@ -179,7 +179,7 @@ jobs:
179179 with :
180180 python-version : " 3.7.x"
181181 - name : Measure sizes
182- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
182+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
183183 with :
184184 config : .github/memory_statistics_config.json
185185 check_against : docs/doxygen/include/size_table.md
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-20.04
2020 steps :
2121 - name : Apply Formatting Fix
22- uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
2323 id : check-formatting
You can’t perform that action at this time.
0 commit comments