Skip to content

Commit 775ff10

Browse files
Update abatilo/actions-poetry action to v4
1 parent dfa55b4 commit 775ff10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
- uses: abatilo/actions-poetry@v3
47+
- uses: abatilo/actions-poetry@v4
4848
with:
4949
poetry-version: ${{ matrix.poetry-version }}
5050
- name: Setup a local virtual environment

.github/workflows/generate-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: steps.cache-venv.outputs.cache-hit != 'true'
4646
with:
4747
python-version: ${{ matrix.python-version }}
48-
- uses: abatilo/actions-poetry@v3
48+
- uses: abatilo/actions-poetry@v4
4949
if: steps.cache-venv.outputs.cache-hit != 'true'
5050
with:
5151
poetry-version: ${{ matrix.poetry-version }}
@@ -187,7 +187,7 @@ jobs:
187187
- uses: actions/setup-python@v5
188188
with:
189189
python-version: ${{ matrix.python-version }}
190-
- uses: abatilo/actions-poetry@v3
190+
- uses: abatilo/actions-poetry@v4
191191
with:
192192
poetry-version: ${{ matrix.poetry-version }}
193193
- name: Setup a local virtual environment

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- uses: abatilo/actions-poetry@v3
34+
- uses: abatilo/actions-poetry@v4
3535
with:
3636
poetry-version: ${{ matrix.poetry-version }}
3737
- name: Setup a local virtual environment

0 commit comments

Comments
 (0)