Skip to content

Commit

Permalink
[renovate] Update actions/setup-python action to v5.1.0 (#81)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | minor | `v5.0.0` -> `v5.1.0` |

---

### Release Notes

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

###
[`v5.1.0`](https://togithub.com/actions/setup-python/releases/tag/v5.1.0)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v5.0.0...v5.1.0)

#### What's Changed

- Leveraging the raw API to retrieve the version-manifest, as it does
not impose a rate limit and hence facilitates unrestricted consumption
without the need for a token for Github Enterprise Servers by
[@&#8203;Shegox](https://togithub.com/Shegox) in
[actions/setup-python#766.
- Dependency updates by
[@&#8203;dependabot](https://togithub.com/dependabot) and
[@&#8203;HarithaVattikuti](https://togithub.com/HarithaVattikuti) in
[actions/setup-python#817
- Documentation changes for version in README by
[@&#8203;basnijholt](https://togithub.com/basnijholt) in
[actions/setup-python#776
- Documentation changes for link in README by
[@&#8203;ukd1](https://togithub.com/ukd1) in
[actions/setup-python#793
- Documentation changes for link in Advanced Usage by
[@&#8203;Jamim](https://togithub.com/Jamim) in
[actions/setup-python#782
- Documentation changes for avoiding rate limit issues on GHES by
[@&#8203;priya-kinthali](https://togithub.com/priya-kinthali) in
[actions/setup-python#835

#### New Contributors

- [@&#8203;basnijholt](https://togithub.com/basnijholt) made their first
contribution in
[actions/setup-python#776
- [@&#8203;ukd1](https://togithub.com/ukd1) made their first
contribution in
[actions/setup-python#793
- [@&#8203;Jamim](https://togithub.com/Jamim) made their first
contribution in
[actions/setup-python#782
- [@&#8203;Shegox](https://togithub.com/Shegox) made their first
contribution in
[actions/setup-python#766
- [@&#8203;priya-kinthali](https://togithub.com/priya-kinthali) made
their first contribution in
[actions/setup-python#835

**Full Changelog**:
actions/setup-python@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am and before 2am on saturday"
in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/spark-k8s-toolkit-py).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 0a6c546 commit 0da6da5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{matrix.python-version}}
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- id: setup-python
name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{matrix.python-version}}
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_github.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- id: setup_python
name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.10'
architecture: x64
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
fetch-depth: 0
- id: setup_python
name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.10'
architecture: x64
Expand Down

0 comments on commit 0da6da5

Please sign in to comment.