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.
2 parents 76b5cdb + 1d73aa6 commit 04757d0Copy full SHA for 04757d0
1 file changed
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install poetry
17
run: pipx install poetry
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: '3.11'
22
cache: 'poetry'
@@ -31,7 +31,7 @@ jobs:
31
- name: Create .env
32
run: touch .env
33
34
35
36
37
- name: Update docker-compose
0 commit comments