Skip to content

Commit

Permalink
Bump poetry (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Mar 3, 2024
1 parent e83d5c2 commit fe940b1
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
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.1"
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.1"
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.1"
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.1"
poetry-version: "1.8.2"

- name: Install Task
uses: arduino/setup-task@v1
Expand Down

0 comments on commit fe940b1

Please sign in to comment.