8
8
runs-on : macos-latest
9
9
steps :
10
10
- name : Checkout kivy-ios
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Set up Python
13
13
uses : actions/setup-python@v5
14
14
with :
28
28
runs_on : ['macos-latest', 'macos-13']
29
29
steps :
30
30
- name : Checkout kivy-ios
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
- name : Set up Python 3.x
33
33
uses : actions/setup-python@v5
34
34
with :
48
48
run : |
49
49
toolchain build python3 kivy
50
50
- name : Checkout kivy for tests apps
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@v5
52
52
with :
53
53
repository : kivy/kivy
54
54
path : kivy-ci-clone
65
65
runs_on : ['macos-latest', 'macos-13']
66
66
steps :
67
67
- name : Checkout kivy-ios
68
- uses : actions/checkout@v4
68
+ uses : actions/checkout@v5
69
69
- name : Set up Python 3.x
70
70
uses : actions/setup-python@v5
71
71
with :
89
89
. venv/bin/activate
90
90
toolchain build python3 kivy
91
91
- name : Checkout kivy for tests apps
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@v5
93
93
with :
94
94
repository : kivy/kivy
95
95
path : kivy-ci-clone
@@ -108,7 +108,7 @@ jobs:
108
108
runs_on : ['macos-latest', 'macos-13']
109
109
steps :
110
110
- name : Checkout kivy-ios (all-history)
111
- uses : actions/checkout@v4
111
+ uses : actions/checkout@v5
112
112
with :
113
113
fetch-depth : 0
114
114
- name : Set up Python 3.x
0 commit comments