Skip to content

Commit

Permalink
Update deploy workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoInOil committed Jun 24, 2024
1 parent fb81cc9 commit 56332d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
with:
poetry-version: "1.5.1"
poetry-version: "1.8.2"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_workflow_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
with:
poetry-version: "1.5.1"
poetry-version: "1.8.2"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 56332d9

Please # to comment.