Skip to content

Commit 5632123

Browse files
chore(deps): update actions/setup-python action to v6 (#2067)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fsetup-python/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fsetup-python/v5/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions:setup-python](https://redirect.github.com/actions/setup-python) | | major | `v5` -> `v6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/actions:setup-python/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:setup-python/v5/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6`](https://redirect.github.com/actions/setup-python/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f8cfa0 commit 5632123

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- id: 'step-0'
142142
uses: 'actions/checkout@v5'
143143
- id: 'step-1'
144-
uses: 'actions/setup-python@v5'
144+
uses: 'actions/setup-python@v6'
145145
with:
146146
python-version: '3.13'
147147
- id: 'step-2'

.github/workflows/end-to-end-tests.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@file:DependsOn("actions:checkout:v5")
77
@file:DependsOn("actions:github-script:v7")
88
@file:DependsOn("actions:setup-java:v4")
9-
@file:DependsOn("actions:setup-python:v5")
9+
@file:DependsOn("actions:setup-python:v6")
1010
@file:DependsOn("gradle:actions__setup-gradle:v4")
1111
@file:DependsOn("Wandalen:wretry.action:v3")
1212
@file:OptIn(ExperimentalKotlinLogicStep::class)

.github/workflows/end-to-end-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: 'Run alpine'
8989
uses: 'docker://alpine:latest'
9090
- id: 'step-8'
91-
uses: 'actions/setup-python@v5'
91+
uses: 'actions/setup-python@v6'
9292
- id: 'step-9'
9393
name: 'Some step consuming other step''s output'
9494
uses: 'actions/checkout@v5'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: 'Build'
6363
run: './gradlew build'
6464
- id: 'step-4'
65-
uses: 'actions/setup-python@v5'
65+
uses: 'actions/setup-python@v6'
6666
with:
6767
python-version: '3.13'
6868
- 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:3.5.0")
44

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

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

0 commit comments

Comments
 (0)