diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-16 11:06:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 11:06:18 +0000 |
commit | 91285aa7f7c8ad884d95a873f74925091f975042 (patch) | |
tree | 90a74edee19fff0bfb08b12ead9c00935ddcd828 /.github/workflows/pr-review-companion.yml | |
parent | d1ec9bda99c4e946eef8da711a66ea18187f263c (diff) | |
download | translated-content-91285aa7f7c8ad884d95a873f74925091f975042.tar.gz translated-content-91285aa7f7c8ad884d95a873f74925091f975042.tar.bz2 translated-content-91285aa7f7c8ad884d95a873f74925091f975042.zip |
Bump snok/install-poetry from 1.1.7 to 1.1.8 (#2087)
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 4fc475a04a..e6fe7a5b96 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.7 + uses: snok/install-poetry@v1.1.8 with: virtualenvs-create: true virtualenvs-in-project: true |