Skip to content

Commit f628749

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#1124)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d197487 commit f628749

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
ref: ${{ github.event.inputs.branch }}
4747
- name: Install Python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: "3.11"
5151
- name: Install build dependencies
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
ref: ${{ github.event.inputs.branch }}
7373
- name: Install Python
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: "3.11"
7777
- name: Install build dependencies
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
ref: ${{ github.event.inputs.branch }}
101101
- name: Install Python
102-
uses: actions/setup-python@v5
102+
uses: actions/setup-python@v6
103103
with:
104104
python-version: "3.11"
105105
- name: Build source distribution

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.13"
2626
cache: pip
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v4
7575

7676
- name: Set up Python ${{ matrix.python }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ matrix.python }}
8080
cache: pip

0 commit comments

Comments
 (0)