Skip to content

Commit

Permalink
Pump poetry from 1.8.4 to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Dec 6, 2024
1 parent 0634f39 commit 067dd3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.4"
poetry-version: "1.8.5"

- name: Install Mise
uses: jdx/mise-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.4"
poetry-version: "1.8.5"

- name: Install Mise
uses: jdx/mise-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.4"
poetry-version: "1.8.5"

- name: Install Mise
uses: jdx/mise-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.4"
poetry-version: "1.8.5"

- name: Install Mise
uses: jdx/mise-action@v2
Expand Down

0 comments on commit 067dd3d

Please sign in to comment.