Skip to content

Commit 00436a8

Browse files
committed
Update to use merged mainline actions, use checkout@v3 instead of checkout@v2 on all jobs
1 parent 4146f70 commit 00436a8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Run doxygen build
53-
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@v2
53+
uses: FreeRTOS/CI-CD-Github-Actions/doxygen@main
5454
with:
5555
path: ./
5656

@@ -60,7 +60,7 @@ jobs:
6060
- name: Clone This Repo
6161
uses: actions/checkout@v3
6262
- name: Run spellings check
63-
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
63+
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
6464
with:
6565
path: ./
6666

@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v3
8585
with:
8686
ref: CI-CD-Updates
87-
repository: Skptak/coreMQTT
87+
repository: FreeRTOS/coreMQTT
8888
path: ssot
8989
- name: Check transport_interface.h
9090
run: |
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
python-version: "3.11.0"
128128
- name: Measure sizes
129-
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
129+
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
130130
with:
131131
config: .github/memory_statistics_config.json
132132
check_against: docs/doxygen/include/size_table.md
@@ -138,7 +138,7 @@ jobs:
138138
- name: Check Links
139139
env:
140140
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
142142
with:
143143
path: ./
144144

.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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
with:
2121
ref: ${{ github.event.inputs.commit_id }}
2222
- name: Configure git identity
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install ZIP tools
5454
run: sudo apt-get install zip unzip
5555
- name: Checkout code
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v3
5757
with:
5858
ref: ${{ github.event.inputs.commit_id }}
5959
path: coreHTTP

0 commit comments

Comments
 (0)