Skip to content

Commit f68e051

Browse files
Merge pull request #42 from openlit/dependabot/github_actions/helm/kind-action-1.13.0
Bump helm/kind-action from 1.10.0 to 1.13.0
2 parents 998da69 + 7c52668 commit f68e051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "✅ Chart linting completed for ${{ matrix.chart }}"
149149
150150
- name: Create kind cluster
151-
uses: helm/kind-action@v1.10.0
151+
uses: helm/kind-action@v1.13.0
152152

153153
- name: Install Helm Chart
154154
run: helm install ${{ matrix.chart }}-test ./charts/${{ matrix.chart }} --namespace ${{ matrix.chart }}-test --create-namespace

0 commit comments

Comments
 (0)