Skip to content

Commit 2c45c75

Browse files
authored
Merge pull request #146 from small-hack/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents ddaabe9 + ccb0662 commit 2c45c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.x"
2727

0 commit comments

Comments
 (0)