Skip to content

Commit 066674d

Browse files
chore(deps): update actions/setup-python action to v7 (#2394)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v6` → `v7` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-python/v7.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-python/v6.3.0/v7.0.0?slim=true) | | [actions:setup-python](https://redirect.github.com/actions/setup-python) | | major | `v6` → `v7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/actions:setup-python/v7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:setup-python/v6/v7?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v7.0.0`](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v7.0.0...v7.0.0) ### [`v7`](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad1caac commit 066674d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- id: 'step-0'
150150
uses: 'actions/checkout@v7'
151151
- id: 'step-1'
152-
uses: 'actions/setup-python@v6'
152+
uses: 'actions/setup-python@v7'
153153
with:
154154
python-version: '3.14'
155155
- id: 'step-2'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: 'Build'
6969
run: './gradlew build'
7070
- id: 'step-4'
71-
uses: 'actions/setup-python@v6'
71+
uses: 'actions/setup-python@v7'
7272
with:
7373
python-version: '3.14'
7474
- id: 'step-5'

.github/workflows/setup-python.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
6-
@file:DependsOn("actions:setup-python:v6")
6+
@file:DependsOn("actions:setup-python:v7")
77

88
import io.github.typesafegithub.workflows.actions.actions.SetupPython
99
import io.github.typesafegithub.workflows.dsl.JobBuilder

0 commit comments

Comments
 (0)