Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
poetry-version: "2.1.4"

- name: Bump package Version using Poetry
id: bumping
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docstring_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
poetry-version: "2.1.4"

- name: Install dependencies
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/replaceholder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
python-version: "3.11"

- name: Set up Poetry
uses: abatilo/actions-poetry@v3.0.2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.2"
poetry-version: "2.1.4"

- name: Replace placeholders
id: bobr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ steps.decide.outputs.USE_POETRY == 'true' }}
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
poetry-version: "2.1.4"

- name: Install dependencies with Poetry
if: ${{ steps.decide.outputs.USE_POETRY == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
poetry-version: "2.1.4"

- name: Install dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: ${{ steps.decide.outputs.USE_POETRY == 'true' }}
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
poetry-version: "2.1.4"

- name: Install dependencies with Poetry
if: ${{ steps.decide.outputs.USE_POETRY == 'true' }}
Expand Down
Loading