File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
- name : Clone This Repo
71
71
uses : actions/checkout@v3
72
72
- name : Run spellings check
73
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
73
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
74
74
with :
75
75
path : ./
76
76
@@ -126,7 +126,7 @@ jobs:
126
126
with :
127
127
python-version : " 3.11.0"
128
128
- name : Measure sizes
129
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
129
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
130
130
with :
131
131
config : .github/memory_statistics_config.json
132
132
check_against : docs/doxygen/include/size_table.md
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Check Links
139
139
env :
140
140
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
142
142
with :
143
143
path : ./
144
144
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 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
ref : ${{ github.event.inputs.commit_id }}
22
22
- name : Configure git identity
53
53
- name : Install ZIP tools
54
54
run : sudo apt-get install zip unzip
55
55
- name : Checkout code
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v3
57
57
with :
58
58
ref : ${{ github.event.inputs.commit_id }}
59
59
path : backoffAlgorithm
You can’t perform that action at this time.
0 commit comments