diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7109a4a..eb3c0d11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.3.2 - name: Run Tests @@ -101,7 +101,7 @@ jobs: run: make rename_project - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Setup a local virtual environment (if no poetry.toml file) run: | poetry config virtualenvs.create true --local diff --git a/.github/workflows/manual_pypi_publish.yml b/.github/workflows/manual_pypi_publish.yml index 42819b53..4b165b3f 100644 --- a/.github/workflows/manual_pypi_publish.yml +++ b/.github/workflows/manual_pypi_publish.yml @@ -21,7 +21,7 @@ jobs: with: python-version: "3.10" - name: Set up Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.7.1 - name: Install dependencies