diff --git a/.github/workflows/check-versions.yml b/.github/workflows/check-versions.yml index a645585..da321b8 100644 --- a/.github/workflows/check-versions.yml +++ b/.github/workflows/check-versions.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: ⚙️ Install Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.5.1 - name: ⚙️ Install dependencies diff --git a/.github/workflows/run-pre-commit.yml b/.github/workflows/run-pre-commit.yml index e14cd8e..f36b64f 100644 --- a/.github/workflows/run-pre-commit.yml +++ b/.github/workflows/run-pre-commit.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: ⚙️ Install Poetry - uses: abatilo/actions-poetry@v3.0.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.5.1 - name: ⚙️ Install dependencies