mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-18 17:44:19 +03:00
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](https://github.com/actions/setup-python/compare/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] <support@github.com>
This commit is contained in:
parent
1945788dcf
commit
4dc585430c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- name: Install tox
|
||||
run: pip install "tox < 4"
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
allow-prereleases: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user