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 07d2284 commit 11b5af2Copy full SHA for 11b5af2
.github/workflows/dev_build.yml
@@ -20,7 +20,7 @@ jobs:
20
dev_build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
25
- name: Login to DockerHub
26
uses: docker/login-action@v3
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
ports:
- 5432:5432
27
- name: Set up Python
28
uses: actions/setup-python@v5
.github/workflows/type_check.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
0 commit comments