We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f035b41 commit e068cd4Copy full SHA for e068cd4
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: actions/setup-python@v5
11
- name: Install tox
12
run: pip install tox
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
13
14
15
with:
16
python-version: '3.11'
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
- python: "3.13"
psycopg: "psycopg3"
17
- name: Setup Python
18
uses: actions/setup-python@v5
19
0 commit comments