Skip to content

Commit 32b1166

Browse files
chore(deps): Bump actions/setup-python from 6.2.0 to 6.3.0 in the minor group (#696)
chore(deps): Bump actions/setup-python in the minor group Bumps the minor group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab0595 commit 32b1166

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v7.0.0
2121
- name: Set up Python 3.11
22-
uses: actions/setup-python@v6.2.0
22+
uses: actions/setup-python@v6.3.0
2323
with:
2424
python-version: 3.11
2525
- name: Install uv

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v7.0.0
3434
- name: Set up Python
35-
uses: actions/setup-python@v6.2.0
35+
uses: actions/setup-python@v6.3.0
3636
with:
3737
python-version: 3.x
3838
- name: Install uv

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- name: Set up Python
22-
uses: actions/setup-python@v6.2.0
22+
uses: actions/setup-python@v6.3.0
2323
with:
2424
python-version: '3.13'
2525
- name: Install uv

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v7.0.0
14-
- uses: actions/setup-python@v6.2.0
14+
- uses: actions/setup-python@v6.3.0
1515
with:
1616
python-version: '3.x'
1717
- name: Install uv

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7.0.0
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v6.2.0
17+
uses: actions/setup-python@v6.3.0
1818
with:
1919
python-version: '3.x'
2020

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v7.0.0
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v6.2.0
17+
uses: actions/setup-python@v6.3.0
1818
with:
1919
python-version: '3.x'
2020

.github/workflows/update-spec-for-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
owner: ${{ github.repository_owner }}
2525
- uses: actions/checkout@v7.0.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v6.2.0
27+
uses: actions/setup-python@v6.3.0
2828
with:
2929
python-version: 3.x
3030
- name: Install uv

0 commit comments

Comments
 (0)