Skip to content

Commit 30db887

Browse files
Build(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 (#4384)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c30a3e8 commit 30db887

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Setup Python environment
3535
- name: Set up Python and install dependencies
36-
uses: actions/setup-python@v6.1.0
36+
uses: actions/setup-python@v6.2.0
3737
with:
3838
python-version: '3.14'
3939
pip-install: ruff prek

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Set up Python and install dependencies
53-
uses: actions/setup-python@v6.1.0
53+
uses: actions/setup-python@v6.2.0
5454
with:
5555
python-version: '3.14'
5656
pip-install: build

.github/workflows/style_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Set up Python and install dependencies
34-
uses: actions/setup-python@v6.1.0
34+
uses: actions/setup-python@v6.2.0
3535
with:
3636
python-version: '3.14'
3737
pip-install: ruff prek

.github/workflows/type_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Setup Python
4343
- name: Set up Python
44-
uses: actions/setup-python@v6.1.0
44+
uses: actions/setup-python@v6.2.0
4545
with:
4646
python-version: '3.14'
4747
# Need to install following packages:

0 commit comments

Comments
 (0)