diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c663e8f9..324520e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - name: Run Tests diff --git a/.github/workflows/manual_pypi_publish.yml b/.github/workflows/manual_pypi_publish.yml index 0b779039..e2e97a19 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@v2.1.5 + uses: abatilo/actions-poetry@v2.1.6 with: poetry-version: 1.1.13 - name: Install dependencies