Skip to content

Commit 2bd9538

Browse files
Build(deps): Bump actions/setup-python from 5.1.1 to 5.2.0 (#3424)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a29e2d commit 2bd9538

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/format-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.client_payload.pull_request.head.ref }}
2626

2727
# Setup Python environment
28-
- uses: actions/setup-python@v5.1.1
28+
- uses: actions/setup-python@v5.2.0
2929
with:
3030
python-version: '3.12'
3131

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@v5.1.1
54+
uses: actions/setup-python@v5.2.0
5555
with:
5656
python-version: '3.12'
5757

.github/workflows/style_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Setup Python
3030
- name: Set up Python
31-
uses: actions/setup-python@v5.1.1
31+
uses: actions/setup-python@v5.2.0
3232
with:
3333
python-version: '3.12'
3434

.github/workflows/type_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Setup Python
3939
- name: Set up Python
40-
uses: actions/setup-python@v5.1.1
40+
uses: actions/setup-python@v5.2.0
4141
with:
4242
python-version: '3.12'
4343

0 commit comments

Comments
 (0)