Skip to content

Commit 288f457

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 3372853 commit 288f457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_test_charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
- uses: helm/chart-testing-action@v2.8.0
3333
- uses: azure/setup-helm@v4
3434
with:
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
fetch-depth: 0
7575

76-
- uses: actions/setup-python@v5
76+
- uses: actions/setup-python@v6
7777
- uses: helm/chart-testing-action@v2.8.0
7878
- uses: azure/setup-helm@v4
7979
with:

0 commit comments

Comments
 (0)