diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3844dcc88..f21eaa084 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: with: python-version: 3.11 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: latest - name: Install dependencies @@ -88,7 +88,7 @@ jobs: with: python-version: 3.11 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: # Test with the version of Poetry in Debian stable. If this starts # failing, we should increase this version and document the minimum diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 72afc1ad7..258f1d68f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: with: python-version: 3.11 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: latest - name: Install dependencies, compile and deploy docs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5b9f097f..f1684598c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: with: python-version: 3.11 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: latest - name: Compile docs and zip them up @@ -118,7 +118,7 @@ jobs: with: python-version: 3.11 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: latest - name: Install dependencies, compile and deploy docs to the "latest release" section of the website