We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0c5af commit 6b670a0Copy full SHA for 6b670a0
.github/workflows/pre-commit.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v5
18
- name: Setup Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: "3.10"
22
- name: Run pre-commit
.github/workflows/update_chart_dependencies.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Set up Python
89
if: ${{ steps.check_for_crd_update.outputs.CRDS_NEED_UPDATE == 1 }}
90
91
92
python-version: '3.11'
93
0 commit comments