Skip to content

Commit

Permalink
Merge pull request #552 from camunda-community-hub/renovate/abatilo-a…
Browse files Browse the repository at this point in the history
…ctions-poetry-4.x

chore(deps): update abatilo/actions-poetry action to v4
  • Loading branch information
dimastbk authored Jan 2, 2025
2 parents 7336dee + a1dcdb9 commit 0ef98e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.9"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.9"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
with:
python-version: "3.9"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand All @@ -49,7 +49,7 @@ jobs:
with:
python-version: "3.9"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: '3.11'
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: '1.8.3'
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }}
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
python-version: "3.11"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand All @@ -85,7 +85,7 @@ jobs:
with:
python-version: "3.9"
- name: Init python poetry action
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand Down

0 comments on commit 0ef98e6

Please sign in to comment.