From 195349fd9b460504a70822bd62f9125c735c3627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:40:54 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2 to 3 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2...v3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- .github/workflows/typecheck.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index e7f9ee3..b17fa7a 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.8.2" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8cd6ac1..9bc53e9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.8.2" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bfd3a6a..e48c836 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.8.2" diff --git a/.github/workflows/typecheck.yaml b/.github/workflows/typecheck.yaml index fdebc85..7f9f9dc 100644 --- a/.github/workflows/typecheck.yaml +++ b/.github/workflows/typecheck.yaml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 with: poetry-version: "1.8.2"