Skip to content

Commit 26c02fa

Browse files
committed
fix: update action.yml poetry version to 2.0.1
1 parent 84da8fb commit 26c02fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
- run: npm dedupe
6060
working-directory: testproject
6161
shell: bash
62-
- run: pip install poetry==1.8.3 --upgrade
62+
- run: pip install poetry==2.0.1 --upgrade
6363
working-directory: testproject
6464
shell: bash
6565
- run: poetry install --with dev --no-root --no-interaction --no-ansi

0 commit comments

Comments
 (0)