diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a7d51e4a..22695212 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 45a16f43..60e4fb0d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/pylama.yml b/.github/workflows/pylama.yml index 6b582e5d..6fc55ce6 100644 --- a/.github/workflows/pylama.yml +++ b/.github/workflows/pylama.yml @@ -17,7 +17,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/semver_build_publish.yaml b/.github/workflows/semver_build_publish.yaml index 8313e789..6d4faf4d 100644 --- a/.github/workflows/semver_build_publish.yaml +++ b/.github/workflows/semver_build_publish.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: 3.9 - name: install poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 - name: Build run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7aaabf09..739a040d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies