diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ba8969ec..88683a74 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -55,7 +55,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 @@ -98,7 +98,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 @@ -143,7 +143,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d57cadc..d19202d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 @@ -102,7 +102,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 @@ -147,7 +147,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 184efa92..f69d3aca 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2 diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index 08b13cbc..fe0a9907 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python }} - name: Install poetry - uses: abatilo/actions-poetry@v2.1.5 + uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.2.2