diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3ebb71e..1b2fc6a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.10" - name: Install poetry - uses: abatilo/actions-poetry@f295866fdd47fe14b18927b0908ac25ef3d5009a + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: "1.3.2" - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97bd664..75ada2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.10" - name: Install poetry - uses: abatilo/actions-poetry@f295866fdd47fe14b18927b0908ac25ef3d5009a + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: "1.3.2" - name: Install dependencies