Skip to content

Commit 630e902

Browse files
renovate-botallanger
authored andcommitted
Update abatilo/actions-poetry action to v4
1 parent 05b94c4 commit 630e902

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git config user.name "$GITHUB_ACTOR"
1919
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2020
- uses: actions/setup-python@v6
21-
- uses: abatilo/actions-poetry@v3
21+
- uses: abatilo/actions-poetry@v4
2222
- name: Build and deploy the mkdocs site
2323
run: |-
2424
poetry install --no-root

.github/workflows/test-mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
1414
- uses: pre-commit/action@v3.0.1
15-
- uses: abatilo/actions-poetry@v3
15+
- uses: abatilo/actions-poetry@v4
1616
- name: Build the mkdocs site
1717
run: |-
1818
poetry install --no-root

0 commit comments

Comments
 (0)