We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91d238 commit b9ec7f8Copy full SHA for b9ec7f8
.github/workflows/chart-lint-test.yaml
@@ -22,7 +22,7 @@ jobs:
22
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
23
# yamllint (https://github.com/adrienverge/yamllint) which require Python
24
- name: Set up Python
25
- uses: actions/setup-python@v4.1.0
+ uses: actions/setup-python@v5.1.0
26
with:
27
python-version: 3.7
28
0 commit comments