Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v3 (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent 9f0ddab commit ed0a4d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/charts-mixins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -536,7 +536,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -716,7 +716,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -776,7 +776,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -836,7 +836,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -896,7 +896,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -956,7 +956,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -1016,7 +1016,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down Expand Up @@ -1076,7 +1076,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{ github.event.inputs.python-version }}

- name: Run image
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ github.event.inputs.poetry-version }}

Expand Down

0 comments on commit ed0a4d7

Please sign in to comment.