Skip to content

Commit 7708ebe

Browse files
chore(deps): bump actions/setup-python from 4 to 6 (#1187)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91e1855 commit 7708ebe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/functional-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: xcrun --sdk iphonesimulator --show-sdk-version
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: 3.12
8282

@@ -185,7 +185,7 @@ jobs:
185185
script: echo "Generated AVD snapshot for caching."
186186

187187
- name: Set up Python 3.12
188-
uses: actions/setup-python@v5
188+
uses: actions/setup-python@v6
189189
with:
190190
python-version: 3.12
191191

@@ -267,7 +267,7 @@ jobs:
267267
sudo udevadm trigger --name-match=kvm
268268
269269
- name: Set up Python 3.12
270-
uses: actions/setup-python@v5
270+
uses: actions/setup-python@v6
271271
with:
272272
python-version: 3.12
273273

.github/workflows/lock-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
ref: ${{ github.head_ref }}
2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.12'
2626
- name: Install uv

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Cache uv modules

0 commit comments

Comments
 (0)