Skip to content

Commit be67ac7

Browse files
committed
Update actions/setup-python action to v7
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 3f2e11f commit be67ac7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/prepare-k8s/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1111
# yamllint (https://github.com/adrienverge/yamllint) which require Python
1212
- name: Set up Python
13-
uses: actions/setup-python@v6
13+
uses: actions/setup-python@v7
1414
with:
1515
python-version: '3.14'
1616

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1818
# yamllint (https://github.com/adrienverge/yamllint) which require Python
19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.14'
2222

0 commit comments

Comments
 (0)