File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
41
41
- name : Compile examples
42
42
uses : arduino/compile-sketches@v1
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
- name : Download JSON schema for labels configuration file
35
35
id : download-schema
@@ -109,7 +109,7 @@ jobs:
109
109
echo "flag=--dry-run" >> $GITHUB_OUTPUT
110
110
111
111
- name : Checkout repository
112
- uses : actions/checkout@v4
112
+ uses : actions/checkout@v5
113
113
114
114
- name : Download configuration file artifacts
115
115
uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments