Skip to content

Commit 2c07d5a

Browse files
committed
Update actions/setup-python action to v5.1.1
1 parent 3d3cd44 commit 2c07d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-helm.yaml

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

3232
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
3333
# yamllint (https://github.com/adrienverge/yamllint) which require Python
34-
- uses: actions/setup-python@v5.1.0
34+
- uses: actions/setup-python@v5.1.1
3535
with:
3636
python-version: '3.x'
3737

0 commit comments

Comments
 (0)