From 5267d30bf6d990c347e89099e73e468af80379e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:31:58 -0600 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 3.7.4 to 4.0.0 (#542) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.7.4 to 4.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/3.7.4...v4.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c697b6..4d93cc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: python-version: 3.9 - name: Set up Poetry 2.1.0 - uses: abatilo/actions-poetry@3.7.4 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.1.2 - name: Start MongoDB