Skip to content

Commit 3d66b39

Browse files
build(deps): bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 837fad3 commit 3d66b39

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
name: "manylinux_x86_64-wheels"
128128
path: dist
129129
- name: Set up Python
130-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
130+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
131131
with:
132132
python-version: '>=3.13'
133133
- name: Set up dependencies
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
persist-credentials: false
205205
- name: Set up Python
206-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
206+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
207207
with:
208208
python-version: "${{matrix.python_version}}-dev"
209209
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
@@ -244,7 +244,7 @@ jobs:
244244
with:
245245
persist-credentials: false
246246
- name: Set up Python
247-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
247+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
248248
with:
249249
python-version: "${{matrix.python_version}}-dev"
250250
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
@@ -284,7 +284,7 @@ jobs:
284284
with:
285285
persist-credentials: false
286286
- name: Set up Python
287-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
287+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
288288
with:
289289
python-version: "${{matrix.python_version}}-dev"
290290
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Set up Python
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version: "3.10"
3737
- name: Set up dependencies

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: Set up Python
22-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
22+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2323
with:
2424
python-version: "3.10"
2525
- name: Set up dependencies

.github/workflows/lint_and_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1212
with:
1313
persist-credentials: false
14-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
14+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1515
with:
1616
python-version: "3.10"
1717
- name: Set up dependencies

0 commit comments

Comments
 (0)