Skip to content

Commit a44bc3b

Browse files
Update actions/setup-python action to v7
1 parent efbece7 commit a44bc3b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/kivy_ios.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout kivy-ios
1111
uses: actions/checkout@v6
1212
- name: Set up Python
13-
uses: actions/setup-python@v6
13+
uses: actions/setup-python@v7
1414
with:
1515
python-version: 3.x
1616
- name: Run flake8
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout kivy-ios
3131
uses: actions/checkout@v6
3232
- name: Set up Python 3.x
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v7
3434
with:
3535
python-version: '3.x'
3636
- name: Install kivy-ios and test dependencies
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout kivy-ios
5454
uses: actions/checkout@v6
5555
- name: Set up Python 3.x
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@v7
5757
with:
5858
python-version: '3.x'
5959
- name: Install requirements
@@ -90,7 +90,7 @@ jobs:
9090
- name: Checkout kivy-ios
9191
uses: actions/checkout@v6
9292
- name: Set up Python 3.x
93-
uses: actions/setup-python@v6
93+
uses: actions/setup-python@v7
9494
with:
9595
python-version: '3.x'
9696
- name: Install requirements
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
fetch-depth: 0
137137
- name: Set up Python 3.x
138-
uses: actions/setup-python@v6
138+
uses: actions/setup-python@v7
139139
with:
140140
python-version: '3.x'
141141
- name: Install requirements

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v6
99
- name: Set up Python 3.x
10-
uses: actions/setup-python@v6
10+
uses: actions/setup-python@v7
1111
with:
1212
python-version: 3.x
1313
- name: Install dependencies

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout kivy-ios
1010
uses: actions/checkout@v6
1111
- name: Set up Python 3.x
12-
uses: actions/setup-python@v6
12+
uses: actions/setup-python@v7
1313
with:
1414
python-version: 3.x
1515
- name: Install dependencies

0 commit comments

Comments
 (0)