File tree 4 files changed +7
-7
lines changed
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@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 @@ -95,13 +95,13 @@ jobs:
95
95
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
96
96
97
97
steps :
98
- - uses : actions/checkout@v2
98
+ - uses : actions/checkout@v3
99
99
100
100
# It's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
101
101
- name : Checkout ArduinoCore-mbed
102
102
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
103
103
if : matrix.board.platform-name == 'arduino:mbed'
104
- uses : actions/checkout@v2
104
+ uses : actions/checkout@v3
105
105
with :
106
106
repository : arduino/ArduinoCore-mbed
107
107
# The arduino/actions/libraries/compile-examples action will install the platform from this path
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Checkout ArduinoCore-API
111
111
# This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
112
112
if : matrix.board.platform-name == 'arduino:mbed'
113
- uses : actions/checkout@v2
113
+ uses : actions/checkout@v3
114
114
with :
115
115
repository : arduino/ArduinoCore-API
116
116
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
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
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@v2
108
+ uses : actions/checkout@v3
109
109
110
110
- name : Download configuration files artifact
111
111
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments