From f22dd81d83076c221b15d4fa19379b848c40fc17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:19:19 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.0. - [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.3.0...v3.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d9e961..9a4b096e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: sudo apt install libegl1 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.2.2 @@ -105,7 +105,7 @@ jobs: sudo apt install libegl1 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.2.2