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 3053886 commit 67c1ca9Copy full SHA for 67c1ca9
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Install Poetry
15
uses: snok/[email protected]
16
- name: Build
.github/workflows/check.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.py }}
34
35
- name: Create database
36
run: |
37
# maps the container port to localhost
.github/workflows/pre_commit.yml
@@ -14,7 +14,7 @@ jobs:
name: Pre-commit
17
18
- uses: actions/setup-python@v6
19
20
python-version: '3.9'
0 commit comments