From c0ec17dcca4b979970cd2603ef50ad2b18903ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:08:26 +0000 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 437d4fa27baf74d89b789ba2d8cae97dd2365feb to d79ef3c982151168214cfbd228e0b76cf7f14cae. - [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/437d4fa27baf74d89b789ba2d8cae97dd2365feb...d79ef3c982151168214cfbd228e0b76cf7f14cae) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index dfcbe57..606ebf8 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -26,7 +26,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install poetry - uses: abatilo/actions-poetry@437d4fa27baf74d89b789ba2d8cae97dd2365feb # v2.3.0 + uses: abatilo/actions-poetry@d79ef3c982151168214cfbd228e0b76cf7f14cae # v2.3.0 with: poetry-version: ${{ env.POETRY_VERSION }}