@@ -28,13 +28,13 @@ jobs:
2828
2929 steps :
3030 - name : Checkout Servo library
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 with :
3333 repository : arduino-libraries/servo
3434 ref : 1.1.7
3535
3636 - name : Checkout local repo
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v3
3838 with :
3939 # Must be checked out to a subfolder to not interfere with the checked out library under test
4040 path : extras/compile-sketches
7272
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v2
75+ uses : actions/checkout@v3
7676
7777 - name : Run action
7878 # Use action from local path
@@ -166,21 +166,21 @@ jobs:
166166
167167 steps :
168168 - name : Checkout library
169- uses : actions/checkout@v2
169+ uses : actions/checkout@v3
170170 with :
171171 repository : arduino-libraries/Servo
172172 ref : 1.1.7
173173
174174 - name : Checkout platform
175175 if : matrix.board.source-type == 'path'
176- uses : actions/checkout@v2
176+ uses : actions/checkout@v3
177177 with :
178178 repository : arduino/ArduinoCore-avr
179179 ref : 1.8.3
180180 path : extras/ArduinoCore-avr
181181
182182 - name : Checkout local repo
183- uses : actions/checkout@v2
183+ uses : actions/checkout@v3
184184 with :
185185 path : extras/compile-sketches
186186
@@ -210,7 +210,7 @@ jobs:
210210 steps :
211211 # Checkout is needed to get the golden reports
212212 - name : Checkout local repo
213- uses : actions/checkout@v2
213+ uses : actions/checkout@v3
214214
215215 - name : Download sketches reports artifact
216216 uses : actions/download-artifact@v2
@@ -272,7 +272,7 @@ jobs:
272272
273273 steps :
274274 - name : Checkout local repo
275- uses : actions/checkout@v2
275+ uses : actions/checkout@v3
276276
277277 - name : Compile sketch that is expected to error
278278 id : compile-sketches
0 commit comments