Skip to content

Commit 2705b9f

Browse files
authored
Merge pull request #6737 from karmada-io/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 1ce85f6 + 5a00d31 commit 2705b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installation-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
8181
# yamllint (https://github.com/adrienverge/yamllint) which require Python
8282
- name: Set up Python
83-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: 3.9
8686
check-latest: true

0 commit comments

Comments
 (0)