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 5e59826

Browse files
committedFeb 17, 2025
Bump poetry from 2.1.0 to 2.1.1
1 parent 9a9d487 commit 5e59826

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0"
25+
poetry-version: "2.1.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.1.0"
25+
poetry-version: "2.1.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.1.0"
25+
poetry-version: "2.1.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.1.0"
25+
poetry-version: "2.1.1"
2626

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

0 commit comments

Comments
 (0)
Failed to load comments.