File tree Expand file tree Collapse file tree 9 files changed +30
-25
lines changed Expand file tree Collapse file tree 9 files changed +30
-25
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repo
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 0
23
23
60
60
61
61
steps :
62
62
- name : Checkout repo
63
- uses : actions/checkout@v2
63
+ uses : actions/checkout@v3
64
64
with :
65
65
fetch-depth : 0
66
66
81
81
steps :
82
82
83
83
- name : Checkout repo
84
- uses : actions/checkout@v2
84
+ uses : actions/checkout@v3
85
85
with :
86
86
fetch-depth : 0
87
87
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
113
113
- name : Checkout repo
114
- uses : actions/checkout@v2
114
+ uses : actions/checkout@v3
115
115
with :
116
116
fetch-depth : 0
117
117
@@ -155,7 +155,7 @@ jobs:
155
155
steps :
156
156
-
157
157
name : Checkout repo
158
- uses : actions/checkout@v2
158
+ uses : actions/checkout@v3
159
159
160
160
161
161
- uses : actions/setup-python@v2
@@ -184,7 +184,7 @@ jobs:
184
184
steps :
185
185
-
186
186
name : Checkout repo
187
- uses : actions/checkout@v2
187
+ uses : actions/checkout@v3
188
188
with :
189
189
fetch-depth : 0
190
190
@@ -210,7 +210,7 @@ jobs:
210
210
steps :
211
211
-
212
212
name : Checkout repo
213
- uses : actions/checkout@v2
213
+ uses : actions/checkout@v3
214
214
215
215
-
216
216
name : cmake build
@@ -237,7 +237,7 @@ jobs:
237
237
steps :
238
238
-
239
239
name : Checkout repo
240
- uses : actions/checkout@v2
240
+ uses : actions/checkout@v3
241
241
with :
242
242
fetch-depth : 0
243
243
Original file line number Diff line number Diff line change 35
35
36
36
-
37
37
name : Checkout
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
with :
40
40
fetch-depth : 0
41
41
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
-
119
119
name : Checkout
120
- uses : actions/checkout@v2
120
+ uses : actions/checkout@v3
121
121
122
122
-
123
123
name : Build docker containers
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
-
166
166
name : Checkout
167
- uses : actions/checkout@v2
167
+ uses : actions/checkout@v3
168
168
169
169
-
170
170
name : Find DEV DOCKER DIGEST
@@ -178,7 +178,7 @@ jobs:
178
178
# development branch of blinky
179
179
-
180
180
name : Checkout
181
- uses : actions/checkout@v2
181
+ uses : actions/checkout@v3
182
182
with :
183
183
repository : ARMmbed/mbed-os-example-blinky
184
184
path : mbed-os-example-blinky
Original file line number Diff line number Diff line change 13
13
steps :
14
14
-
15
15
name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
-
19
19
name : Delete old temporary images
22
22
# deletion if only one image exists or if DOCKER_MANAGEMENT_TOKEN is not
23
23
# setup. This shouldn't create any alarm as temporary image deletion is
24
24
# not a critical activity.
25
- python ./.github/workflows/ci_scripts/ghcr_utils.py -u ${{ github.repository_owner }} -p ${{ secrets.DOCKER_MANAGEMENT_TOKEN }} delete-old-images -r mbed-os-env-tmp || true
25
+ python ./.github/workflows/ci_scripts/ghcr_utils.py -u ${{ github.repository_owner }} -p ${{ secrets.DOCKER_MANAGEMENT_TOKEN }} delete-old-images -r mbed-os-env-tmp || true
Original file line number Diff line number Diff line change 24
24
steps :
25
25
-
26
26
name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 0
30
30
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
-
136
136
name : Checkout
137
- uses : actions/checkout@v2
137
+ uses : actions/checkout@v3
138
138
with :
139
139
ref : refs/tags/${{ steps.build_info.outputs.MBED_OS_VERSION }}
140
140
@@ -198,7 +198,7 @@ jobs:
198
198
# development branch of blinky
199
199
-
200
200
name : Checkout example blinky
201
- uses : actions/checkout@v2
201
+ uses : actions/checkout@v3
202
202
with :
203
203
repository : ARMmbed/mbed-os-example-blinky
204
204
path : mbed-os-example-blinky
@@ -224,7 +224,7 @@ jobs:
224
224
225
225
-
226
226
name : Checkout
227
- uses : actions/checkout@v2
227
+ uses : actions/checkout@v3
228
228
with :
229
229
ref : refs/tags/${{ steps.build_info.outputs.MBED_OS_VERSION }}
230
230
path : mbed-os-example-blinky/mbed-os
Original file line number Diff line number Diff line change 34
34
# for PR tests, development branch of blinky is used
35
35
-
36
36
name : Checkout
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
repository : ARMmbed/mbed-os-example-blinky
40
40
path : mbed-os-example-blinky
49
49
50
50
-
51
51
name : Checkout
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
with :
54
54
path : mbed-os-example-blinky/mbed-os
55
55
Original file line number Diff line number Diff line change 8
8
container : ghcr.io/armmbed/mbed-os-env:master-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Install the latest mbed-tools
14
14
run : |
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
+ - name : Work around https://github.com/actions/checkout/issues/766
11
+ run : |
12
+ cd "${GITHUB_WORKSPACE}" || exit 1
13
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
14
+
10
15
- name : Checkout repo
11
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
12
17
13
18
- name : Install Python environment
14
19
uses : actions/setup-python@v2
15
20
with :
16
21
python-version : 3.8
17
22
18
23
- name : Checkout mbed-os-scripts repo (This repo is currently private)
19
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
20
25
with :
21
26
repository : ARMmbed/mbed-os-ci-scripts
22
27
token : ${{ secrets.ISSUE_TRIAGING_PERMS }}
Original file line number Diff line number Diff line change 11
11
container : mbedos/mbed-os-env:latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
with :
16
16
path : mbed-os
17
17
Original file line number Diff line number Diff line change 8
8
container : ghcr.io/armmbed/mbed-os-env:master-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Build the multiple_executables example
14
14
run : |
You can’t perform that action at this time.
0 commit comments