Skip to content

Commit

Permalink
Merge pull request camunda-community-hub#525 from camunda-community-h…
Browse files Browse the repository at this point in the history
…ub/renovate/abatilo-actions-poetry-3.x

chore(deps): update abatilo/actions-poetry action to v3.0.1
  • Loading branch information
dimastbk authored Oct 28, 2024
2 parents 335c67f + b757f4d commit 36ccef5
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand Down

0 comments on commit 36ccef5

Please sign in to comment.