Skip to content

Commit 721bfce

Browse files
Build(deps): Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56e5780 commit 721bfce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: true
3333

3434
# Setup Python environment
35-
- uses: actions/setup-python@v6.0.0
35+
- uses: actions/setup-python@v6.1.0
3636
with:
3737
python-version: '3.13'
3838

.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
53-
uses: actions/setup-python@v6.0.0
53+
uses: actions/setup-python@v6.1.0
5454
with:
5555
python-version: '3.13'
5656

.github/workflows/style_checks.yaml

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

3333
# Setup Python
3434
- name: Set up Python
35-
uses: actions/setup-python@v6.0.0
35+
uses: actions/setup-python@v6.1.0
3636
with:
3737
python-version: '3.13'
3838

.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.0.0
44+
uses: actions/setup-python@v6.1.0
4545
with:
4646
python-version: '3.13'
4747

0 commit comments

Comments
 (0)