chore(deps): update actions/setup-python action to v4 (#469)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v1` -> `v4` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v3...v4)

### [`v3`](https://togithub.com/actions/setup-python/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v2...v3)

### [`v2`](https://togithub.com/actions/setup-python/compare/v1...v2)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
This commit is contained in:
TrueCharts Bot
2023-06-26 09:09:54 +02:00
committed by GitHub
parent f4b626b2ef
commit fc22731848

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Set up Python 3.9
uses: actions/setup-python@0f07f7f756721ebd886c2462646a35f78a8bc4de # v1
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
with:
python-version: 3.9
- name: Install dependencies