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@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Arduino Lint
2222 uses : arduino/arduino-lint-action@v1
Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ jobs:
9595 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
9696
9797 steps :
98- - uses : actions/checkout@v2
98+ - uses : actions/checkout@v3
9999
100100 # It's necessary to checkout the platform before installing it so that the ArduinoCore-API dependency can be added
101101 - name : Checkout ArduinoCore-mbed
102102 # this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
103103 if : matrix.board.platform-name == 'arduino:mbed'
104- uses : actions/checkout@v2
104+ uses : actions/checkout@v3
105105 with :
106106 repository : arduino/ArduinoCore-mbed
107107 # The arduino/actions/libraries/compile-examples action will install the platform from this path
@@ -110,7 +110,7 @@ jobs:
110110 - name : Checkout ArduinoCore-API
111111 # This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
112112 if : matrix.board.platform-name == 'arduino:mbed'
113- uses : actions/checkout@v2
113+ uses : actions/checkout@v3
114114 with :
115115 repository : arduino/ArduinoCore-API
116116 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@v2
19+ uses : actions/checkout@v3
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@v2
30+ uses : actions/checkout@v3
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@v2
108+ uses : actions/checkout@v3
109109
110110 - name : Download configuration files artifact
111111 uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments