Skip to content

Commit 61c6438

Browse files
Bump Gr1N/setup-poetry from 7 to 8 (#723)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bea627 commit 61c6438

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "${{ matrix.python-version }}"
2626

2727
- name: Set up Poetry
28-
uses: Gr1N/setup-poetry@v7
28+
uses: Gr1N/setup-poetry@v8
2929

3030
- name: "Install tox"
3131
run: |

.github/workflows/publish-pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919
- name: Set up Poetry
20-
uses: Gr1N/setup-poetry@v7
20+
uses: Gr1N/setup-poetry@v8
2121
- name: Build and publish to PyPi
2222
env:
2323
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.x"
1919
- name: Set up Poetry
20-
uses: Gr1N/setup-poetry@v7
20+
uses: Gr1N/setup-poetry@v8
2121
- name: Bump Poetry version
2222
run: |
2323
tag=${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)