@@ -28,13 +28,13 @@ jobs:
28
28
29
29
steps :
30
30
- name : Checkout Servo library
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
with :
33
33
repository : arduino-libraries/servo
34
34
ref : 1.1.7
35
35
36
36
- name : Checkout local repo
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
# Must be checked out to a subfolder to not interfere with the checked out library under test
40
40
path : extras/compile-sketches
72
72
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v2
75
+ uses : actions/checkout@v3
76
76
77
77
- name : Run action
78
78
# Use action from local path
@@ -166,21 +166,21 @@ jobs:
166
166
167
167
steps :
168
168
- name : Checkout library
169
- uses : actions/checkout@v2
169
+ uses : actions/checkout@v3
170
170
with :
171
171
repository : arduino-libraries/Servo
172
172
ref : 1.1.7
173
173
174
174
- name : Checkout platform
175
175
if : matrix.board.source-type == 'path'
176
- uses : actions/checkout@v2
176
+ uses : actions/checkout@v3
177
177
with :
178
178
repository : arduino/ArduinoCore-avr
179
179
ref : 1.8.3
180
180
path : extras/ArduinoCore-avr
181
181
182
182
- name : Checkout local repo
183
- uses : actions/checkout@v2
183
+ uses : actions/checkout@v3
184
184
with :
185
185
path : extras/compile-sketches
186
186
@@ -210,7 +210,7 @@ jobs:
210
210
steps :
211
211
# Checkout is needed to get the golden reports
212
212
- name : Checkout local repo
213
- uses : actions/checkout@v2
213
+ uses : actions/checkout@v3
214
214
215
215
- name : Download sketches reports artifact
216
216
uses : actions/download-artifact@v2
@@ -272,7 +272,7 @@ jobs:
272
272
273
273
steps :
274
274
- name : Checkout local repo
275
- uses : actions/checkout@v2
275
+ uses : actions/checkout@v3
276
276
277
277
- name : Compile sketch that is expected to error
278
278
id : compile-sketches
0 commit comments