Skip to content

Commit 731cb7a

Browse files
chore(deps): update abatilo/actions-poetry action to v2.4.0
1 parent 6f2eecb commit 731cb7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.8.17
1919
- name: Install Python Poetry
20-
uses: abatilo/actions-poetry@v2.1.0
20+
uses: abatilo/actions-poetry@v2.4.0
2121
with:
2222
poetry-version: 1.5.1
2323
- name: Configure Poetry
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout Code
4141
uses: actions/checkout@v3
4242
- name: Install Python Poetry
43-
uses: abatilo/actions-poetry@v2.1.0
43+
uses: abatilo/actions-poetry@v2.4.0
4444
with:
4545
poetry-version: 1.5.1
4646
- name: Build Frontend

0 commit comments

Comments
 (0)