File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Arduino Lint
23
23
uses : arduino/arduino-lint-action@v2
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
130
130
steps :
131
131
- name : Checkout
132
- uses : actions/checkout@v4
132
+ uses : actions/checkout@v5
133
133
134
134
- name : Install ESP32 platform dependencies
135
135
if : matrix.board.platform-name == 'esp32'
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
23
23
- name : Spell check
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 "flag=--dry-run" >> $GITHUB_OUTPUT
106
106
107
107
- name : Checkout repository
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
110
110
- name : Download configuration file artifacts
111
111
uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments