We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee143c commit e78fd4eCopy full SHA for e78fd4e
.github/workflows/lint-test.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
23
with:
24
- python-version: 3.x
+ python-version: 3.13
25
26
- name: Set up chart-testing
27
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
@@ -47,4 +47,4 @@ jobs:
47
48
- name: Run chart-testing (install)
49
if: steps.list-changed.outputs.changed == 'true'
50
- run: ct install --config ct.yaml
+ run: ct install --config ct.yaml
0 commit comments