Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4fc1cb8

Browse files
build(deps): bump actions/setup-python from 4.1.0 to 5.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 717b49c commit 4fc1cb8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v4.2.0
18+
uses: actions/setup-python@v5.2.0
1919
with:
2020
python-version: "3.10"
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 2
1616
- name: Set up Python
17-
uses: actions/setup-python@v4.2.0
17+
uses: actions/setup-python@v5.2.0
1818
with:
1919
python-version: "3.10"
2020

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/[email protected]
3939

4040
- name: Set up Python ${{ matrix.python }}
41-
uses: actions/setup-python@v4.1.0
41+
uses: actions/setup-python@v5.2.0
4242
with:
4343
python-version: ${{ matrix.python }}
4444

@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/[email protected]
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v4.2.0
122+
uses: actions/setup-python@v5.2.0
123123
with:
124124
python-version: "3.10"
125125

0 commit comments

Comments
 (0)