88 runs-on : macos-latest
99 steps :
1010 - name : Checkout kivy-ios
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
2828 runs_on : ['macos-latest', 'macos-13']
2929 steps :
3030 - name : Checkout kivy-ios
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Set up Python 3.x
3333 uses : actions/setup-python@v6
3434 with :
4848 run : |
4949 toolchain build python3 kivy
5050 - name : Checkout kivy for tests apps
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 repository : kivy/kivy
5454 path : kivy-ci-clone
6565 runs_on : ['macos-latest', 'macos-13']
6666 steps :
6767 - name : Checkout kivy-ios
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Set up Python 3.x
7070 uses : actions/setup-python@v6
7171 with :
8989 . venv/bin/activate
9090 toolchain build python3 kivy
9191 - name : Checkout kivy for tests apps
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 with :
9494 repository : kivy/kivy
9595 path : kivy-ci-clone
@@ -108,7 +108,7 @@ jobs:
108108 runs_on : ['macos-latest', 'macos-13']
109109 steps :
110110 - name : Checkout kivy-ios (all-history)
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112 with :
113113 fetch-depth : 0
114114 - name : Set up Python 3.x
0 commit comments