File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
uses : actions/setup-python@v2
25
25
26
26
- name : Checkout TinyUSB
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
29
29
- name : Checkout common submodules in lib
30
30
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
31
31
32
32
- name : Checkout hathach/linkermap
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
repository : hathach/linkermap
36
36
path : linkermap
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Setup Ruby
18
- uses : actions /setup-ruby@v1
18
+ uses : ruby /setup-ruby@v1
19
19
with :
20
20
ruby-version : ' 2.7'
21
21
22
22
- name : Checkout TinyUSB
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
25
25
- name : Unit Tests
26
26
run : |
@@ -66,13 +66,13 @@ jobs:
66
66
uses : actions/setup-python@v2
67
67
68
68
- name : Checkout TinyUSB
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v3
70
70
71
71
- name : Checkout common submodules in lib
72
72
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip lib/sct_neopixel
73
73
74
74
- name : Checkout hathach/linkermap
75
- uses : actions/checkout@v2
75
+ uses : actions/checkout@v3
76
76
with :
77
77
repository : hathach/linkermap
78
78
path : linkermap
@@ -135,7 +135,7 @@ jobs:
135
135
uses : actions/setup-python@v2
136
136
137
137
- name : Checkout TinyUSB
138
- uses : actions/checkout@v2
138
+ uses : actions/checkout@v3
139
139
140
140
- name : Checkout common submodules in lib
141
141
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
run : docker pull espressif/idf:latest
30
30
31
31
- name : Checkout TinyUSB
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
34
34
- name : Checkout hathach/linkermap
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
with :
37
37
repository : hathach/linkermap
38
38
path : linkermap
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
uses : actions/setup-python@v2
22
22
23
23
- name : Checkout TinyUSB
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Checkout common submodules in lib
27
27
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip
28
28
29
29
- name : Checkout hathach/linkermap
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
with :
32
32
repository : hathach/linkermap
33
33
path : linkermap
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
uses : actions/setup-python@v2
22
22
23
23
- name : Checkout TinyUSB
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Checkout common submodules in lib
27
27
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip
28
28
29
29
- name : Checkout hathach/linkermap
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
with :
32
32
repository : hathach/linkermap
33
33
path : linkermap
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
uses : actions/setup-python@v2
23
23
24
24
- name : Checkout TinyUSB
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
27
27
- name : Checkout common submodules in lib
28
28
run : git submodule update --init lib/FreeRTOS-Kernel lib/lwip
29
29
30
30
- name : Checkout hathach/linkermap
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
with :
33
33
repository : hathach/linkermap
34
34
path : linkermap
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
27
27
- name : Push to tinyusb_src
28
28
run : |
You can’t perform that action at this time.
0 commit comments