Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 031090f commit a4c136f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.8.3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.8.3

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: ${{ matrix.poetry-version }}

Expand Down

0 comments on commit a4c136f

Please sign in to comment.