Skip to content

Commit c472bbd

Browse files
authored
Merge pull request #1630 from kubean-io/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 603a140 + 261a4e0 commit c472bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.11
2424
- name: Build en docs

.github/workflows/call-offline-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cat charts/kubean/templates/manifest.cr.yaml
5252
5353
- name: Preparing the python environment
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: 3.11
5757

.github/workflows/debug-kubespray.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "KUBE_VERSION=$(yq ".kubernetes_version" version.yml)" >> ${GITHUB_ENV}
4040
4141
- name: Set up Python
42-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
42+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343
with:
4444
python-version: '3.10'
4545

0 commit comments

Comments
 (0)