Skip to content

Commit 5f6ad8d

Browse files
ci: bump actions/setup-python from 5.3.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7816927 commit 5f6ad8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v5.3.0
18+
uses: actions/setup-python@v5.6.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
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python
22-
uses: actions/setup-python@v5.3.0
22+
uses: actions/setup-python@v5.6.0
2323
with:
2424
python-version: "3.11"
2525
- name: Install pip and poetry

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Set up Python ${{ matrix.python }}
34-
uses: actions/setup-python@v5.3.0
34+
uses: actions/setup-python@v5.6.0
3535
with:
3636
python-version: ${{ matrix.python }}
3737

0 commit comments

Comments
 (0)