8000 Update actions/setup-python action to v4.7.1 (#42) · canonical/spark-k8s-toolkit-py@64ccf45 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 64ccf45

Browse files
Update actions/setup-python action to v4.7.1 (#42)
[![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 | patch | `v4.7.0` -> `v4.7.1` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v4.7.1`](https://togithub.com/actions/setup-python/releases/tag/v4.7.1) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.7.0...v4.7.1) #### What's Changed - Bump word-wrap from 1.2.3 to 1.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-python/pull/702](https://togithub.com/actions/setup-python/pull/702) - Add range validation for toml files by [@&#8203;dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-python/pull/726](https://togithub.com/actions/setup-python/pull/726) **Full Changelog**: actions/setup-python@v4...v4.7.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45bd17f commit 64ccf45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
- id: setup-python
2222
name: Setup Python
23-
uses: actions/setup-python@v4.7.0
23+
uses: actions/setup-python@v4.7.1
2424
with:
2525
python-version: ${{matrix.python-version}}
2626
architecture: x64

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
- id: setup-python
2626
name: Setup Python
27-
uses: actions/setup-python@v4.7.0
27+
uses: actions/setup-python@v4.7.1
2828
with:
2929
python-version: ${{matrix.python-version}}
3030
architecture: x64

.github/workflows/release_github.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- id: setup_python
3131
name: Setup Python
32-
uses: actions/setup-python@v4.7.0
32+
uses: actions/setup-python@v4.7.1
3333
with:
3434
python-version: '3.10'
3535
architecture: x64
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474
- id: setup_python
7575
name: Setup Python
76-
uses: actions/setup-python@v4.7.0
76+
uses: actions/setup-python@v4.7.1
7777
with:
7878
python-version: '3.10'
7979
architecture: x64

0 commit comments

Comments
 (0)
0