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 23b8216 commit 85d7c4cCopy full SHA for 85d7c4c
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/[email protected]
31
- name: Set up Python
32
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
33
with:
34
python-version: "3.7"
35
- name: Install Dependencies
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
36
37
- name: Install poetry
0 commit comments