Skip to content

Commit

Permalink
Update actions/setup-python action to v4.6.0 (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 22, 2023
1 parent 5767b3f commit 970fc83
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 @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -786,7 +786,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -900,7 +900,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -957,7 +957,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down Expand Up @@ -1014,7 +1014,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-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 @@ -42,7 +42,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v4.6.0
with:
python-version: ${{ github.event.inputs.python-version }}

Expand Down

0 comments on commit 970fc83

Please sign in to comment.