Skip to content

Commit 76d61c8

Browse files
committed
GitHub actions: Upgrade setup-poetry action to v8
v7 currently fails with HTTP 404.
1 parent 797f3fb commit 76d61c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- uses: Gr1N/setup-poetry@v7
20+
- uses: Gr1N/setup-poetry@v8
2121
- uses: actions/cache@v2
2222
with:
2323
path: ~/.cache/pypoetry/virtualenvs

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- uses: Gr1N/setup-poetry@v7
20+
- uses: Gr1N/setup-poetry@v8
2121
- uses: actions/cache@v2
2222
with:
2323
path: ~/.cache/pypoetry/virtualenvs

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
17-
- uses: Gr1N/setup-poetry@v7
17+
- uses: Gr1N/setup-poetry@v8
1818
- name: Configure access
1919
run: |
2020
poetry config repositories.testpypi https://test.pypi.org/legacy/

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- uses: Gr1N/setup-poetry@v7
20+
- uses: Gr1N/setup-poetry@v8
2121
- uses: actions/cache@v2
2222
with:
2323
path: |

0 commit comments

Comments
 (0)