Skip to content

Commit d752a24

Browse files
chore(deps): update abatilo/actions-poetry action to v4
1 parent 68888dd commit d752a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: .cache
4343

4444
- name: "📜 Install Poetry"
45-
uses: abatilo/actions-poetry@v2
45+
uses: abatilo/actions-poetry@v4
4646
with:
4747
poetry-version: 1.3.2
4848

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: .cache
3131

3232
- name: "📜 Install Poetry"
33-
uses: abatilo/actions-poetry@v2
33+
uses: abatilo/actions-poetry@v4
3434
with:
3535
poetry-version: 1.3.2
3636

0 commit comments

Comments
 (0)