We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2eecb commit 731cb7aCopy full SHA for 731cb7a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
python-version: 3.8.17
19
- name: Install Python Poetry
20
- uses: abatilo/actions-poetry@v2.1.0
+ uses: abatilo/actions-poetry@v2.4.0
21
22
poetry-version: 1.5.1
23
- name: Configure Poetry
@@ -40,7 +40,7 @@ jobs:
40
- name: Checkout Code
41
uses: actions/checkout@v3
42
43
44
45
46
- name: Build Frontend
0 commit comments