diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c18e14ba..cf6a1f2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Init python poetry action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - uses: actions/cache@v3 diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 79b84b73..165383ac 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} # Avoid caching to be 100% confident things are working properly - name: Init python poetry action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b5b3707..72e23a19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} # Avoid caching to be 100% confident things are working properly - name: Init python poetry action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 08a05ebc..d6aaa50d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Init Python Poetry Action - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - uses: actions/cache@v3