Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5257858

Browse files
committedJan 12, 2025
Bump poetry from 2.0.0 to 2.0.1
1 parent ae938a0 commit 5257858

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed
 

‎.github/workflows/format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
uses: abatilo/actions-poetry@v4
2424
with:
25-
poetry-version: "2.0.0"
25+
poetry-version: "2.0.1"
2626

2727
- name: Install Mise
2828
uses: jdx/mise-action@v2

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
uses: abatilo/actions-poetry@v4
2424
with:
25-
poetry-version: "2.0.0"
25+
poetry-version: "2.0.1"
2626

2727
- name: Install Mise
2828
uses: jdx/mise-action@v2

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
uses: abatilo/actions-poetry@v4
2424
with:
25-
poetry-version: "2.0.0"
25+
poetry-version: "2.0.1"
2626

2727
- name: Install Mise
2828
uses: jdx/mise-action@v2

‎.github/workflows/typecheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Poetry
2323
uses: abatilo/actions-poetry@v4
2424
with:
25-
poetry-version: "2.0.0"
25+
poetry-version: "2.0.1"
2626

2727
- name: Install Mise
2828
uses: jdx/mise-action@v2

‎poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.