Skip to content

Commit 6935119

Browse files
committed
Update to use merged mainline actions, use checkout@v3 instead of checkout@v2 on all jobs
1 parent 2a664a6 commit 6935119

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Clone This Repo
7171
uses: actions/checkout@v3
7272
- name: Run spellings check
73-
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
73+
uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
7474
with:
7575
path: ./
7676

@@ -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: backoffAlgorithm

0 commit comments

Comments
 (0)