From dcd342cc9300a9f7273a8fba16da1d522efbccbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:44:10 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.4.0 to 1.4.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1f07f5f..b27736c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -43,7 +43,7 @@ jobs: echo "C:\Users\runneradmin\.local\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Install and configure Poetry - uses: snok/install-poetry@v1.4.0 + uses: snok/install-poetry@v1.4.1 with: version: ${{ env.POETRY_VERSION }} virtualenvs-create: true