Skip to content

Commit c3233ff

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 788ed32 commit c3233ff

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
@@ -110,7 +110,7 @@ jobs:
110110
sudo xcode-select --switch /Applications/Xcode_16.4.app
111111
112112
- name: Set up Python
113-
uses: actions/setup-python@v6.0.0
113+
uses: actions/setup-python@v6.1.0
114114
with:
115115
# Appending -dev ensures that we can always build the dev release.
116116
# It's a no-op for versions that have been published.
@@ -164,7 +164,7 @@ jobs:
164164
merge-multiple: true
165165

166166
- name: Set up Python
167-
uses: actions/setup-python@v6.0.0
167+
uses: actions/setup-python@v6.1.0
168168
with:
169169
# Appending -dev ensures that we can always build the dev release.
170170
# It's a no-op for versions that have been published.
@@ -221,7 +221,7 @@ jobs:
221221
sudo xcode-select --switch /Applications/Xcode_16.4.app
222222
223223
- name: Set up Python
224-
uses: actions/setup-python@v6.0.0
224+
uses: actions/setup-python@v6.1.0
225225
with:
226226
# Appending -dev ensures that we can always build the dev release.
227227
# It's a no-op for versions that have been published.
@@ -277,7 +277,7 @@ jobs:
277277
merge-multiple: true
278278

279279
- name: Set up Python
280-
uses: actions/setup-python@v6.0.0
280+
uses: actions/setup-python@v6.1.0
281281
with:
282282
# Appending -dev ensures that we can always build the dev release.
283283
# 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@v6
1212

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

0 commit comments

Comments
 (0)