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 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Arduino Lint
2222 uses : arduino/arduino-lint-action@v2
Original file line number Diff line number Diff line change @@ -156,13 +156,13 @@ jobs:
156156 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
157157
158158 steps :
159- - uses : actions/checkout@v5
159+ - uses : actions/checkout@v6
160160
161161 # It's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
162162 - name : Checkout ArduinoCore-mbed
163163 # this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
164164 if : matrix.board.platform-name == 'arduino:mbed'
165- uses : actions/checkout@v5
165+ uses : actions/checkout@v6
166166 with :
167167 repository : arduino/ArduinoCore-mbed
168168 # The arduino/actions/libraries/compile-examples action will install the platform from this path
@@ -171,7 +171,7 @@ jobs:
171171 - name : Checkout ArduinoCore-API
172172 # This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
173173 if : matrix.board.platform-name == 'arduino:mbed'
174- uses : actions/checkout@v5
174+ uses : actions/checkout@v6
175175 with :
176176 repository : arduino/ArduinoCore-API
177177 path : ${{ env.ARDUINOCORE_API_STAGING_PATH }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Spell check
2222 uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
@@ -105,7 +105,7 @@ jobs:
105105 echo "::set-output name=flag::--dry-run"
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v5
108+ uses : actions/checkout@v6
109109
110110 - name : Download configuration files artifact
111111 uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments