File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
lint :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v4
8
8
- uses : arduino/arduino-lint-action@v1
9
9
with :
10
10
library-manager : update
Original file line number Diff line number Diff line change 17
17
check_version_files :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : check version
23
23
run : |
26
26
prepare_example_json :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : generate examples
32
32
id : set-matrix
61
61
ARDUINO_DIRECTORIES_DATA : /home/runner/arduino_ide
62
62
63
63
steps :
64
- - uses : actions/checkout@v2
64
+ - uses : actions/checkout@v4
65
65
66
66
- name : Get hash
67
67
id : get-hash
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
# Steps represent a sequence of tasks that will be executed as part of the job
118
118
steps :
119
- - uses : actions/checkout@v2
119
+ - uses : actions/checkout@v4
120
120
121
121
- name : install libgtk2.0-0
122
122
run : |
You can’t perform that action at this time.
0 commit comments