diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 10c9c058..9d0e9d52 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@d08cf6ff1575077dee99962540d77ce91c62387d + uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}