Skip to content

Commit 12c5e6a

Browse files
chore(deps): update actions/setup-python action to v6 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ad6202 commit 12c5e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chart-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: azure/setup-helm@v4
3939
with:
4040
version: v3.14.4
41-
- uses: actions/setup-python@v5
41+
- uses: actions/setup-python@v6
4242
with:
4343
python-version: "3.x"
4444
check-latest: true

.github/workflows/chart-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: azure/setup-helm@v4
5151
with:
5252
version: v3.14.4
53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: "3.x"
5656
check-latest: true

0 commit comments

Comments
 (0)