We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af6bc0 commit bb09b39Copy full SHA for bb09b39
.github/workflows/lint-chart.yaml
@@ -25,7 +25,7 @@ jobs:
25
version: ${{ env.HELM_VERSION }}
26
27
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
28
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
29
with:
30
python-version: 3.7
31
.github/workflows/publish-chart.yaml
@@ -27,7 +27,7 @@ jobs:
32
33
0 commit comments