File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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 @@ -64,20 +64,20 @@ jobs:
64
64
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v4
67
+ uses : actions/checkout@v5
68
68
69
69
# it's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
70
70
- name : Checkout ArduinoCore-mbed
71
71
# this step only needed when the Arduino Mbed OS Boards platform sourced from the repository is being used
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
with :
74
74
repository : arduino/ArduinoCore-mbed
75
75
# the arduino/compile-sketches action will install the platform from this path
76
76
path : ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
77
77
78
78
- name : Checkout ArduinoCore-API
79
79
# this step only needed when the Arduino Mbed OS Boards platform sourced from the repository is being used
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v5
81
81
with :
82
82
repository : arduino/ArduinoCore-API
83
83
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@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Spell check
22
22
uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -105,7 +105,7 @@ jobs:
105
105
echo "::set-output name=flag::--dry-run"
106
106
107
107
- name : Checkout repository
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
110
110
- name : Download configuration files artifact
111
111
uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments