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 2594fd4 commit 76bb86eCopy full SHA for 76bb86e
.github/workflows/check.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-python@v5
31
with:
32
python-version: ${{ matrix.py }}
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
- name: Create database
35
run: |
36
# maps the container port to localhost
.github/workflows/pre_commit.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Pre-commit
15
runs-on: ubuntu-latest
16
steps:
17
18
- uses: actions/setup-python@v5
19
20
python-version: '3.8'
0 commit comments