From def2a5202351b9f136db541e9f89f472289f3e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:52:22 +0000 Subject: [PATCH] chore: bump abatilo/actions-poetry from 3 to 4 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] --- .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