mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Upgrade GitHub Actions
* https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases
This commit is contained in:
parent
3c58e96e10
commit
f50ba3b514
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -49,10 +49,10 @@ jobs:
|
|||
--health-retries 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install tox
|
||||
run: pip install tox
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user