Skip to content

Commit be248a4

Browse files
chore(deps): update abatilo/actions-poetry action to v3 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5774bdf commit be248a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.10"
19-
- uses: abatilo/actions-poetry@v2
19+
- uses: abatilo/actions-poetry@v3
2020
- name: build
2121
run: poetry build
2222
- name: publish

0 commit comments

Comments
 (0)