Skip to content

Commit

Permalink
Merge pull request #306 from axone-protocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/abatilo/actions-poetry-3.0.1
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
2 parents ce933c0 + c99da4d commit 774bfd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Install Python Poetry
if: steps.changed-poetry-files.outputs.any_changed == 'true'
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.7.1

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Install Python Poetry
if: steps.changed-python-files.outputs.any_changed == 'true'
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.7.1

Expand Down

0 comments on commit 774bfd2

Please sign in to comment.