mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +00:00
chore: bump python to 3.13.1 (#11800)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
53eba82a7a
commit
9e9110e91a
2 changed files with 4 additions and 3 deletions
5
.github/workflows/helm-release.yaml
vendored
5
.github/workflows/helm-release.yaml
vendored
|
@ -25,9 +25,10 @@ jobs:
|
|||
- name: Setup build env
|
||||
uses: ./.github/actions/setup-build-env
|
||||
timeout-minutes: 10
|
||||
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.13.1
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
||||
- name: Run chart-testing (lint)
|
||||
|
|
2
.github/workflows/helm-test.yaml
vendored
2
.github/workflows/helm-test.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Setup python
|
||||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
|
||||
with:
|
||||
python-version: 3.8.13
|
||||
python-version: 3.13.1
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
||||
- name: Run chart-testing (lint)
|
||||
|
|
Loading…
Add table
Reference in a new issue