Skip to content

Commit f3af229

Browse files
chore(deps): bump Gr1N/setup-poetry from 7 to 8 (#326)
Bumps [Gr1N/setup-poetry](https://github.com/Gr1N/setup-poetry) from 7 to 8. - [Release notes](https://github.com/Gr1N/setup-poetry/releases) - [Commits](Gr1N/setup-poetry@v7...v8) --- updated-dependencies: - dependency-name: Gr1N/setup-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c75b1b commit f3af229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/poetry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
architecture: 'x64'
3636
- name: Install poetry
3737
# see https://github.com/marketplace/actions/setup-poetry
38-
uses: Gr1N/setup-poetry@v7
38+
uses: Gr1N/setup-poetry@v8
3939
with:
4040
poetry-version: ${{ env.POETRY_VERSION }}
4141
- name: Install dependencies
@@ -71,7 +71,7 @@ jobs:
7171
architecture: 'x64'
7272
- name: Install poetry
7373
# see https://github.com/marketplace/actions/setup-poetry
74-
uses: Gr1N/setup-poetry@v7
74+
uses: Gr1N/setup-poetry@v8
7575
with:
7676
poetry-version: ${{ env.POETRY_VERSION }}
7777
- name: Install dependencies
@@ -129,7 +129,7 @@ jobs:
129129
run: echo "import sys; print('Python %s on %s in %s' % (sys.version, sys.platform, sys.getdefaultencoding()))" | python
130130
- name: Install poetry
131131
# see https://github.com/marketplace/actions/setup-poetry
132-
uses: Gr1N/setup-poetry@v7
132+
uses: Gr1N/setup-poetry@v8
133133
with:
134134
poetry-version: ${{ env.POETRY_VERSION }}
135135
- name: Install dependencies

0 commit comments

Comments
 (0)