File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Arduino Lint
22
22
uses : arduino/arduino-lint-action@v1
Original file line number Diff line number Diff line change @@ -60,20 +60,20 @@ jobs:
60
60
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v2
63
+ uses : actions/checkout@v3
64
64
65
65
# it's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
66
66
- name : Checkout ArduinoCore-mbed
67
67
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
with :
70
70
repository : arduino/ArduinoCore-mbed
71
71
# the arduino/actions/libraries/compile-examples action will install the platform from this path
72
72
path : ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
73
73
74
74
- name : Checkout ArduinoCore-API
75
75
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
76
- uses : actions/checkout@v2
76
+ uses : actions/checkout@v3
77
77
with :
78
78
repository : arduino/ArduinoCore-API
79
79
path : ${{ env.ARDUINOCORE_API_STAGING_PATH }}
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Spell check
22
22
uses : codespell-project/actions-codespell@master
You can’t perform that action at this time.
0 commit comments