Skip to content

Commit b6e5954

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#318)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec2920b commit b6e5954

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
sudo xcode-select --switch /Applications/Xcode_16.4.app
105105
106106
- name: Set up Python
107-
uses: actions/setup-python@v5.6.0
107+
uses: actions/setup-python@v6.0.0
108108
with:
109109
# Appending -dev ensures that we can always build the dev release.
110110
# It's a no-op for versions that have been published.
@@ -158,7 +158,7 @@ jobs:
158158
merge-multiple: true
159159

160160
- name: Set up Python
161-
uses: actions/setup-python@v5.6.0
161+
uses: actions/setup-python@v6.0.0
162162
with:
163163
# Appending -dev ensures that we can always build the dev release.
164164
# It's a no-op for versions that have been published.
@@ -206,7 +206,7 @@ jobs:
206206
merge-multiple: true
207207

208208
- name: Set up Python
209-
uses: actions/setup-python@v5.6.0
209+
uses: actions/setup-python@v6.0.0
210210
with:
211211
# Appending -dev ensures that we can always build the dev release.
212212
# It's a no-op for versions that have been published.
@@ -262,7 +262,7 @@ jobs:
262262
merge-multiple: true
263263

264264
- name: Set up Python
265-
uses: actions/setup-python@v5.6.0
265+
uses: actions/setup-python@v6.0.0
266266
with:
267267
# Appending -dev ensures that we can always build the dev release.
268268
# It's a no-op for versions that have been published.

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212

1313
- name: Set up Python environment
14-
uses: actions/setup-python@v5.6.0
14+
uses: actions/setup-python@v6.0.0
1515
with:
1616
python-version: "3.X"
1717

0 commit comments

Comments
 (0)