Skip to content

Commit 175c7a5

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#345)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d620539 commit 175c7a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.1.0
113+
uses: actions/setup-python@v6.2.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.1.0
167+
uses: actions/setup-python@v6.2.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.
@@ -222,7 +222,7 @@ jobs:
222222
sudo xcode-select --switch /Applications/Xcode_16.4.app
223223
224224
- name: Set up Python
225-
uses: actions/setup-python@v6.1.0
225+
uses: actions/setup-python@v6.2.0
226226
with:
227227
# Appending -dev ensures that we can always build the dev release.
228228
# It's a no-op for versions that have been published.
@@ -278,7 +278,7 @@ jobs:
278278
merge-multiple: true
279279

280280
- name: Set up Python
281-
uses: actions/setup-python@v6.1.0
281+
uses: actions/setup-python@v6.2.0
282282
with:
283283
# Appending -dev ensures that we can always build the dev release.
284284
# 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.1.0
14+
uses: actions/setup-python@v6.2.0
1515
with:
1616
python-version: "3.X"
1717

0 commit comments

Comments
 (0)