Skip to content

Commit 6c8000d

Browse files
Update actions/setup-python action to v5
1 parent cb012a5 commit 6c8000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: ${{ env.HELM_VERSION }}
2828

2929
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: 3.7
3333

0 commit comments

Comments
 (0)