File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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 @@ -348,7 +348,7 @@ jobs:
348
348
349
349
steps :
350
350
- name : Checkout
351
- uses : actions/checkout@v4
351
+ uses : actions/checkout@v5
352
352
353
353
- name : Install ESP32 platform dependencies
354
354
if : matrix.board.type == 'esp32'
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Spell check
16
16
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
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- uses : arduino/cpp-test-action@main
29
29
with :
You can’t perform that action at this time.
0 commit comments