From 489f3ac853785ec7441098b045bae12417ca512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:57:07 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.3.4 to 1.4.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...v1.4.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 172166c..4c85b49 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: # Step 2: Install Poetry - name: Install and configure Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: ${{ inputs.poetry-version }}