diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-28 11:08:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 11:08:07 +0000 |
commit | 0ab6d97af91b662457621b40c9a98d87b5bf80bf (patch) | |
tree | 4e968d05413cf57ee60a22b8194221054a81e8dd /.github/workflows/pr-review-companion.yml | |
parent | 8218f6683fa56db49a795adacd5185199f48a14f (diff) | |
download | translated-content-dependabot/github_actions/snok/install-poetry-1.3.1.tar.gz translated-content-dependabot/github_actions/snok/install-poetry-1.3.1.tar.bz2 translated-content-dependabot/github_actions/snok/install-poetry-1.3.1.zip |
Bump snok/install-poetry from 1.1.8 to 1.3.1dependabot/github_actions/snok/install-poetry-1.3.1
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.8 to 1.3.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.1.8...v1.3.1)
---
updated-dependencies:
- dependency-name: snok/install-poetry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/pr-review-companion.yml')
-rw-r--r-- | .github/workflows/pr-review-companion.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index fa92d70475..13226708df 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -79,7 +79,7 @@ jobs: key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-review-companion.yml') }} - name: Install Python poetry - uses: snok/install-poetry@v1.1.8 + uses: snok/install-poetry@v1.3.1 with: virtualenvs-create: true virtualenvs-in-project: true |