File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 76
76
steps :
77
77
- uses : actions/checkout@v3
78
78
- name : Run doxygen build
79
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
79
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
80
80
with :
81
81
path : ./
82
82
86
86
- name : Clone This Repo
87
87
uses : actions/checkout@v3
88
88
- name : Run spellings check
89
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
89
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
90
90
with :
91
91
path : ./
92
92
@@ -153,7 +153,7 @@ jobs:
153
153
with :
154
154
python-version : ' 3.11.0'
155
155
- name : Measure sizes
156
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
156
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
157
157
with :
158
158
config : .github/memory_statistics_config.json
159
159
check_against : docs/doxygen/include/size_table.md
@@ -165,7 +165,7 @@ jobs:
165
165
- name : Check Links
166
166
env :
167
167
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
168
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
168
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
169
169
with :
170
170
path : ./
171
171
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : Apply Formatting Fix
22
- uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22
+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
23
23
id : check-formatting
Original file line number Diff line number Diff line change 22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
- name : Check if tag exists
27
27
run : |
28
28
git fetch origin
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout code
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
with :
54
54
ref : ${{ github.event.inputs.commit_id }}
55
55
- name : Configure git identity
87
87
- name : Install ZIP tools
88
88
run : sudo apt-get install zip unzip
89
89
- name : Checkout code
90
- uses : actions/checkout@v2
90
+ uses : actions/checkout@v3
91
91
with :
92
92
ref : ${{ github.event.inputs.commit_id }}
93
93
path : coreMQTT
You can’t perform that action at this time.
0 commit comments