diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1b40a462b..123841dd4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -51,7 +51,7 @@ jobs: path: ~/.cache/pypoetry key: python-${{ steps.setup-python.outputs.python-version }}-poetry-${{ hashFiles('poetry.lock') }} - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies @@ -100,7 +100,7 @@ jobs: key: python-${{ steps.setup-python.outputs.python-version }}-poetry-${{ hashFiles('poetry.lock') }} - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.4.0" - name: Install dependencies diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index d78a6c132..dcab25b9d 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -29,7 +29,7 @@ jobs: path: ~/.cache/pypoetry key: python-${{ steps.setup-python.outputs.python-version }}-poetry-${{ hashFiles('poetry.lock') }} - name: Run image - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies @@ -50,7 +50,7 @@ jobs: with: python-version: "3.x" - name: Run image - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.4.0" - name: Install dependencies diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index f36ea8732..1f410935c 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -35,7 +35,7 @@ jobs: path: ~/.cache/pypoetry key: python-${{ steps.setup-python.outputs.python-version }}-poetry-${{ hashFiles('poetry.lock') }} - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies