File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Arduino Lint
22
22
uses : arduino/arduino-lint-action@v2
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Checkout
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
142
142
- name : Compile examples
143
143
uses : arduino/compile-sketches@v1
Original file line number Diff line number Diff line change 50
50
51
51
steps :
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Install Python
56
56
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
- name : Download JSON schema for labels configuration file
35
35
id : download-schema
@@ -109,7 +109,7 @@ jobs:
109
109
echo "flag=--dry-run" >> $GITHUB_OUTPUT
110
110
111
111
- name : Checkout repository
112
- uses : actions/checkout@v4
112
+ uses : actions/checkout@v5
113
113
114
114
- name : Download configuration file artifacts
115
115
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- uses : arduino/cpp-test-action@main
29
29
with :
You can’t perform that action at this time.
0 commit comments