From d8dd9787305df1b4635bf935b94c17b5bffdfaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:22:23 +0200 Subject: [PATCH] Bump snok/install-poetry from 1.3.4 to 1.4.0 (#171) Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...v1.4.0) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pypi-publish.yml | 2 +- .github/workflows/run-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 5206d88..639c4a6 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -34,7 +34,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.3.4 + uses: snok/install-poetry@v1.4.0 with: version: ${{ env.POETRY_VERSION }} virtualenvs-create: true diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2d9db5d..1f07f5f 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.3.4 + uses: snok/install-poetry@v1.4.0 with: version: ${{ env.POETRY_VERSION }} virtualenvs-create: true