Skip to content

Commit 1919d08

Browse files
authored
Merge pull request #153 from coredns/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents ee8cc5b + f009e57 commit 1919d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
helm repo add cpa https://kubernetes-sigs.github.io/cluster-proportional-autoscaler
2222
helm repo update
2323
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.10'
2727

0 commit comments

Comments
 (0)