Skip to content

Commit 5de1c46

Browse files
committed
lint-test: Pin unitttest plugin on version 1.0.2
Signed-off-by: Haitao Li <hli@atlassian.com>
1 parent 284a685 commit 5de1c46

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
@@ -17,7 +17,7 @@ jobs:
1717
version: v3.13.1
1818

1919
- name: Install helm-unittest plugin
20-
run: helm plugin install https://github.com/helm-unittest/helm-unittest
20+
run: helm plugin install --version 1.0.2 https://github.com/helm-unittest/helm-unittest
2121

2222
- name: Add Helm repo
2323
run: |

0 commit comments

Comments
 (0)