Skip to content

Commit e416d0f

Browse files
committed
chore(gha): pin uv version w/ chart-testing-action
1 parent e98f8a0 commit e416d0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-helm-chart-testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
version: v3.19.0
4242

4343
- name: Set up chart-testing
44-
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # ratchet:helm/chart-testing-action@v2.8.0
44+
# NOTE: This is Jamison's patch from https://github.com/helm/chart-testing-action/pull/194
45+
uses: helm/chart-testing-action@8958a6ac472cbd8ee9a8fbb6f1acbc1b0e966e44
46+
with:
47+
uv_version: "0.9.9"
4548

4649
# even though we specify chart-dirs in ct.yaml, it isn't used by ct for the list-changed command...
4750
- name: Run chart-testing (list-changed)

0 commit comments

Comments
 (0)