Skip to content

Commit

Permalink
Merge pull request #533 from nationalarchives/renovate/abatilo-action…
Browse files Browse the repository at this point in the history
…s-poetry-3.x

Update abatilo/actions-poetry action to v3
  • Loading branch information
jacksonj04 authored Jan 24, 2024
2 parents f87fb91 + 057d941 commit c70a472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- uses: abatilo/actions-poetry@v2.4.0
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.4.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.4.2
- name: Build with poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.4.2

Expand Down

0 comments on commit c70a472

Please sign in to comment.