Skip to content

Commit 896324c

Browse files
committed
Use merged mainline version of formatting
1 parent 8bd1b76 commit 896324c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v3
6262
- name: Run doxygen build
63-
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@v2
63+
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
6464
with:
6565
path: ./
6666

@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: Check formatting
82-
uses: FreeRTOS/CI-CD-Github-Actions/formatting@v2
82+
uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
8383
with:
8484
path: ./
8585

0 commit comments

Comments
 (0)