Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.1.0 (#295)
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://github.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://github.com/actions/setup-python/releases/tag/v5.1.0)

[Compare
Source](https://github.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://github.com/Shegox) in
[actions/setup-python#766.
- Dependency updates by
[@&#8203;dependabot](https://github.com/dependabot) and
[@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in
[actions/setup-python#817
- Documentation changes for version in README by
[@&#8203;basnijholt](https://github.com/basnijholt) in
[actions/setup-python#776
- Documentation changes for link in README by
[@&#8203;ukd1](https://github.com/ukd1) in
[actions/setup-python#793
- Documentation changes for link in Advanced Usage by
[@&#8203;Jamim](https://github.com/Jamim) in
[actions/setup-python#782
- Documentation changes for avoiding rate limit issues on GHES by
[@&#8203;priya-kinthali](https://github.com/priya-kinthali) in
[actions/setup-python#835

#### New Contributors

- [@&#8203;basnijholt](https://github.com/basnijholt) made their first
contribution in
[actions/setup-python#776
- [@&#8203;ukd1](https://github.com/ukd1) made their first
contribution in
[actions/setup-python#793
- [@&#8203;Jamim](https://github.com/Jamim) made their first
contribution in
[actions/setup-python#782
- [@&#8203;Shegox](https://github.com/Shegox) made their first
contribution in
[actions/setup-python#766
- [@&#8203;priya-kinthali](https://github.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 - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/bertiewils/infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 18b2253 commit 790498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0

- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.12'

Expand Down

0 comments on commit 790498d

Please sign in to comment.