Skip to content

Commit

Permalink
Merge pull request #33 from dataforgoodfr/upgrade-github-actions
Browse files Browse the repository at this point in the history
Update setup-poetry action to version 9
  • Loading branch information
kaaloo authored Apr 29, 2024
2 parents d010d2b + 4d8d528 commit b87f679
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.11.4"
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-version: "1.7.1"
- run: poetry install --no-root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/movies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.11.4"
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-version: "1.7.1"
- run: poetry install --no-root
Expand Down

0 comments on commit b87f679

Please sign in to comment.