Skip to content

Commit 2cc43cf

Browse files
chore(deps): bump abatilo/actions-poetry from 3 to 4 (#330)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a3d2c8 commit 2cc43cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Set up Poetry
28-
uses: abatilo/actions-poetry@v3
28+
uses: abatilo/actions-poetry@v4
2929
with:
3030
poetry-version: 1.8.4
3131

@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383

8484
- name: Set up Poetry
85-
uses: abatilo/actions-poetry@v3
85+
uses: abatilo/actions-poetry@v4
8686
with:
8787
poetry-version: 1.8.4
8888

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.11'
1919

2020
- name: Install poetry
21-
uses: abatilo/actions-poetry@v3
21+
uses: abatilo/actions-poetry@v4
2222

2323
- name: Setup a local virtual environment (if no poetry.toml file)
2424
run: |

0 commit comments

Comments
 (0)