diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index e7cb7c43..e689ff58 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -46,7 +46,7 @@ jobs: - name: Create kind cluster if: "${{!startsWith(github.event.pull_request.title, 'feat: Release')}}" - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 - name: Label cluster nodes if: "${{!startsWith(github.event.pull_request.title, 'feat: Release')}}" @@ -75,7 +75,7 @@ jobs: version: v3.13.2 - name: Create kind cluster - uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 + uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 - name: Validate chart run: |