From 53912d459366feccde19a7c62668ecf45dbf258e Mon Sep 17 00:00:00 2001 From: Hayden B Date: Tue, 24 Sep 2024 23:07:45 -0700 Subject: [PATCH] Update chainguard-dev/actions to latest commit (#1814) One of the commit shas referenced a 2 year old commit, which caused CI to fail since it used a deprecated action. Signed-off-by: Hayden B --- .github/workflows/verify-k8s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-k8s.yml b/.github/workflows/verify-k8s.yml index e86859d01..a8cba37e0 100644 --- a/.github/workflows/verify-k8s.yml +++ b/.github/workflows/verify-k8s.yml @@ -82,7 +82,7 @@ jobs: - uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7 - name: Setup Cluster - uses: chainguard-dev/actions/setup-kind@f94883c3bd16936401291899070258f855b5d849 # main + uses: chainguard-dev/actions/setup-kind@29fb6e979a0b3efc79748a17e8cec08d0594cbfd # main with: k8s-version: 1.26.x registry-authority: ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }} @@ -220,4 +220,4 @@ jobs: - name: Collect diagnostics and upload if: ${{ failure() }} - uses: chainguard-dev/actions/kind-diag@84c993eaf02da1c325854fb272a4df9184bd80fc # main + uses: chainguard-dev/actions/kind-diag@29fb6e979a0b3efc79748a17e8cec08d0594cbfd # main