Skip to content

Commit

Permalink
chore(deps): update abatilo/actions-poetry action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 9767b3e commit a9d7dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.8.17
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.1.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.5.1
- name: Configure Poetry
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.1.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.5.1
- name: Build Frontend
Expand Down

0 comments on commit a9d7dbc

Please sign in to comment.