From be2b74bc57b9f8a5351efc9c373cb537e65ea405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:12:54 +0000 Subject: [PATCH] chore: bump abatilo/actions-poetry from 3 to 4 (#2884) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4. - [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/v3...v4) --- 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 53ea2343967..c2108b1841b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: python-version: 3.9 - name: Setup Poetry if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Poetry install if: steps.changed-files-specific.outputs.any_changed == 'true' working-directory: ./openfeature/providers/python-provider