From f6a33d4a25cf9c2270365e5f043c4957022d0672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:11:45 +0000 Subject: [PATCH] Bump snok/install-poetry in /.github/workflows in the actions group Bumps the actions group in /.github/workflows with 1 update: [snok/install-poetry](https://github.com/snok/install-poetry). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs-deploy.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml index e354b5b..475e70e 100644 --- a/.github/workflows/mkdocs-deploy.yml +++ b/.github/workflows/mkdocs-deploy.yml @@ -15,7 +15,7 @@ jobs: python-version: '3.10' - name: Install and configure Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.2.2 virtualenvs-in-project: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb46ce9..362c911 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install and configure Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.2.2 virtualenvs-in-project: true