diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index e8570d41..e8f40881 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 🔍 Check the correctness of the project config run: poetry check diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a38482fc..08b7f5d0 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -39,7 +39,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 📦 Install dependencies run: | diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index ed80ed45..e7ab8b53 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 🏗️ Build source and wheel distributions run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 398c9deb..d71c239b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 🏗️ Build source and wheel distributions run: | diff --git a/.github/workflows/test-doc.yml b/.github/workflows/test-doc.yml index d5cd8acb..6b2012d8 100644 --- a/.github/workflows/test-doc.yml +++ b/.github/workflows/test-doc.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 🏗️ Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5167958..b2acef86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📜 Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: 📦 Install dependencies run: |