Skip to content

Commit b85c29b

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#281)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0fe1f3 commit b85c29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Helm
3232
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # tag=v4.3.1
3333
- name: Set up Python
34-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # tag=v6.0.0
34+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # tag=v6.1.0
3535
with:
3636
python-version: "3.11"
3737
check-latest: true
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Helm
6363
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # tag=v4.3.1
6464
- name: Set up Python
65-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # tag=v6.0.0
65+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # tag=v6.1.0
6666
with:
6767
python-version: "3.11"
6868
check-latest: true

0 commit comments

Comments
 (0)