File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 65
65
COMPILER_TYPE : CROSS
66
66
BASE : true
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- name : before_install
70
70
run : |
71
71
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110
110
RPIOS_TYPE : ${{ matrix.rpios_types }}
111
111
COMPILER_TYPE : CROSS
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v4
114
114
- name : before_install
115
115
run : |
116
116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155
155
RPIOS_TYPE : ${{ matrix.rpios_types }}
156
156
COMPILER_TYPE : NATIVE
157
157
steps :
158
- - uses : actions/checkout@v2
158
+ - uses : actions/checkout@v4
159
159
- name : before_install
160
160
run : |
161
161
sudo apt-get update -qq
Original file line number Diff line number Diff line change 65
65
COMPILER_TYPE : CROSS
66
66
BASE : true
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- name : before_install
70
70
run : |
71
71
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110
110
RPIOS_TYPE : ${{ matrix.rpios_types }}
111
111
COMPILER_TYPE : CROSS
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v4
114
114
- name : before_install
115
115
run : |
116
116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155
155
RPIOS_TYPE : ${{ matrix.rpios_types }}
156
156
COMPILER_TYPE : NATIVE
157
157
steps :
158
- - uses : actions/checkout@v2
158
+ - uses : actions/checkout@v4
159
159
- name : before_install
160
160
run : |
161
161
sudo apt-get update -qq
Original file line number Diff line number Diff line change 65
65
COMPILER_TYPE : CROSS
66
66
BASE : true
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- name : before_install
70
70
run : |
71
71
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110
110
RPIOS_TYPE : ${{ matrix.rpios_types }}
111
111
COMPILER_TYPE : CROSS
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v4
114
114
- name : before_install
115
115
run : |
116
116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155
155
RPIOS_TYPE : ${{ matrix.rpios_types }}
156
156
COMPILER_TYPE : NATIVE
157
157
steps :
158
- - uses : actions/checkout@v2
158
+ - uses : actions/checkout@v4
159
159
- name : before_install
160
160
run : |
161
161
sudo apt-get update -qq
Original file line number Diff line number Diff line change 65
65
COMPILER_TYPE : CROSS
66
66
BASE : true
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- name : before_install
70
70
run : |
71
71
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110
110
GCC_VERSION : ${{ matrix.gcc_versions }}
111
111
COMPILER_TYPE : CROSS
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v4
114
114
- name : before_install
115
115
run : |
116
116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155
155
GCC_VERSION : ${{ matrix.gcc_versions }}
156
156
COMPILER_TYPE : NATIVE
157
157
steps :
158
- - uses : actions/checkout@v2
158
+ - uses : actions/checkout@v4
159
159
- name : before_install
160
160
run : |
161
161
sudo apt-get update -qq
Original file line number Diff line number Diff line change 61
61
GCC_VERSION : ${{ matrix.gcc_versions }}
62
62
OS_TYPE : x86_64
63
63
steps :
64
- - uses : actions/checkout@v2
64
+ - uses : actions/checkout@v4
65
65
- name : before_install
66
66
run : |
67
67
sudo apt-get update -qq
@@ -103,7 +103,7 @@ jobs:
103
103
GCC_VERSION : ${{ matrix.gcc_versions }}
104
104
OS_TYPE : x86
105
105
steps :
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v4
107
107
- name : before_install
108
108
run : |
109
109
sudo apt-get update -qq
Original file line number Diff line number Diff line change 57
57
name : Docs Root Deployer
58
58
runs-on : ubuntu-20.04
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v4
61
61
- name : before_install
62
62
run : |
63
63
sudo apt-get update -qq
90
90
name : Docs Base Deployer
91
91
runs-on : ubuntu-20.04
92
92
steps :
93
- - uses : actions/checkout@v2
93
+ - uses : actions/checkout@v4
94
94
- name : before_install
95
95
run : |
96
96
sudo apt-get update -qq
@@ -145,7 +145,7 @@ jobs:
145
145
name : Docs Main Deployer
146
146
runs-on : ubuntu-20.04
147
147
steps :
148
- - uses : actions/checkout@v2
148
+ - uses : actions/checkout@v4
149
149
- name : before_install
150
150
run : |
151
151
sudo apt-get update -qq
@@ -256,7 +256,7 @@ jobs:
256
256
name : Docs Root Deployer
257
257
runs-on : ubuntu-20.04
258
258
steps :
259
- - uses : actions/checkout@v2
259
+ - uses : actions/checkout@v4
260
260
- name : before_install
261
261
run : |
262
262
sudo apt-get update -qq
You can’t perform that action at this time.
0 commit comments