Skip to content

Commit 5eff3db

Browse files
Update abatilo/actions-poetry action to v4 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e0b565 commit 5eff3db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update pip
2727
run: python -m pip install -U pip
2828
- name: Set up Poetry
29-
uses: abatilo/actions-poetry@v3
29+
uses: abatilo/actions-poetry@v4
3030
- name: Install dependencies
3131
run: poetry install
3232
- name: Build

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Update pip
3535
run: python -m pip install -U pip
3636
- name: Set up Poetry
37-
uses: abatilo/actions-poetry@v3
37+
uses: abatilo/actions-poetry@v4
3838
- name: Install dependencies
3939
run: poetry install
4040
- name: Run tests

0 commit comments

Comments
 (0)