diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 83ae5d32..cae59eaf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.10" - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 - name: build run: poetry build - name: publish