diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 088368ed..953bc5cd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9a236e7..734764a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.11' - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: '1.5.1' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee673623..57541f23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }} @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies