Skip to content

Commit 542cd0c

Browse files
Bump actions/setup-python from 5 to 6 (#210)
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 3f6b68c commit 542cd0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python environment
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.11"
3131
- name: Runs pre-commit hooks
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Python setup
117117
if: matrix.install-method == 'pip'
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@v6
119119
with:
120120
python-version: ${{ matrix.python-version }}
121121
check-latest: true
@@ -188,7 +188,7 @@ jobs:
188188
fetch-depth: 0
189189

190190
- name: Set up Python
191-
uses: actions/setup-python@v5
191+
uses: actions/setup-python@v6
192192
with:
193193
python-version: 3.11
194194

.github/workflows/deploy-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: git fetch --tags
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.11
2626

0 commit comments

Comments
 (0)