Skip to content

Commit 13f3c8c

Browse files
dependabot[bot]freakboy3742
authored andcommitted
Bump actions/setup-python from 6.0.0 to 6.1.0 (#328)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a4be81 commit 13f3c8c

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
@@ -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@v6.0.0
107+
uses: actions/setup-python@v6.1.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@v6.0.0
161+
uses: actions/setup-python@v6.1.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.
@@ -215,7 +215,7 @@ jobs:
215215
sudo xcode-select --switch /Applications/Xcode_16.4.app
216216
217217
- name: Set up Python
218-
uses: actions/setup-python@v6.0.0
218+
uses: actions/setup-python@v6.1.0
219219
with:
220220
# Appending -dev ensures that we can always build the dev release.
221221
# It's a no-op for versions that have been published.
@@ -271,7 +271,7 @@ jobs:
271271
merge-multiple: true
272272

273273
- name: Set up Python
274-
uses: actions/setup-python@v6.0.0
274+
uses: actions/setup-python@v6.1.0
275275
with:
276276
# Appending -dev ensures that we can always build the dev release.
277277
# 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)