Skip to content

Commit

Permalink
Point all GitHub actions to mainline following final merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Sep 5, 2023
1 parent 7761ce7 commit 3bd27d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run doxygen build
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@v2
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
with:
path: ./

Expand All @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3

- name: Run spellings check
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
with:
path: ./

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
python-version: "3.11.0"

- name: Measure sizes
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
with:
config: .github/memory_statistics_config.json
check_against: docs/doxygen/include/size_table.md
Expand All @@ -157,7 +157,7 @@ jobs:
- name: Check Links
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main

verify-manifest:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Apply Formatting Fix
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
id: check-formatting

0 comments on commit 3bd27d9

Please sign in to comment.