Skip to content

Commit a8d6f55

Browse files
committed
Point all GitHub actions to mainline following final merge
1 parent cba66bc commit a8d6f55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- uses: actions/checkout@v3
152152
- name: Check doxygen build
153-
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@v2
153+
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
154154
with:
155155
path: ./
156156

@@ -160,7 +160,7 @@ jobs:
160160
- name: Clone This Repo
161161
uses: actions/checkout@v3
162162
- name: Run spellings check
163-
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
163+
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
164164
with:
165165
path: ./
166166

@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- uses: actions/checkout@v3
181181
- name: Check Links
182-
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
182+
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
183183
with:
184184
path: ./
185185

@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
python-version: "3.11.0"
233233
- name: Measure sizes
234-
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
234+
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
235235
with:
236236
config: .github/memory_statistics_config.json
237237
check_against: docs/doxygen/include/size_table.md

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
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

0 commit comments

Comments
 (0)