File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
image : swift:5.9
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
# https://github.com/actions/checkout/issues/766
Original file line number Diff line number Diff line change 20
20
timeout-minutes : 15
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Install and run Mosquitto
25
25
run : |
26
26
brew install mosquitto
@@ -44,10 +44,10 @@ jobs:
44
44
timeout-minutes : 15
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
- name : Xcodebuild
49
49
run : |
50
- xcodebuild build -scheme mqtt-nio -destination 'platform=iOS Simulator,name=iPhone 11 '
50
+ xcodebuild build -scheme mqtt-nio -destination 'platform=iOS Simulator,name=iPhone 16 '
51
51
52
52
linux :
53
53
runs-on : ubuntu-latest
77
77
78
78
steps :
79
79
- name : Checkout
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v5
81
81
- name : Restart Mosquitto
82
82
# The mosquitto service container is started *before* mqtt-nio is checked
83
83
# out. Restarting the container after the checkout step is needed for the
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Install Dependencies
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 15
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 1
18
18
- name : run script
You can’t perform that action at this time.
0 commit comments