Skip to content

Commit 86007a4

Browse files
build(deps): bump actions/setup-python from 5 to 6
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]>
1 parent f018115 commit 86007a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with: { python-version: "3.11" }
1919
- run: python -m pip install -U pip
2020
- run: pip install ruff black pytest mypy
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with: { python-version: "3.12" }
3333
- run: python -m pip install -U pip
3434
- run: pip install ruff black pytest mypy
@@ -43,7 +43,7 @@ jobs:
4343
continue-on-error: true
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: actions/setup-python@v5
46+
- uses: actions/setup-python@v6
4747
with: { python-version: "3.12" }
4848
- run: python -m pip install -U pip
4949
- run: pip install ruff black pytest mypy

0 commit comments

Comments
 (0)