Skip to content

Commit bb09b39

Browse files
Update actions/setup-python action to v5
1 parent 6af6bc0 commit bb09b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-chart.yaml

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

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

.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)