diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 50b082f0..15a9d73c 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@9e8295d178de23cbfbd8fa16cf844eec1d773a07 + uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}