From e71ff6b409f62e94e73b6e323d93b080d7a4bc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:03:21 +0000 Subject: [PATCH] Bump chainguard-dev/actions/kind-diag from 1.6.3 to 1.6.25 Bumps [chainguard-dev/actions/kind-diag](https://github.com/chainguard-dev/actions) from 1.6.3 to 1.6.25. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/4ed96e952ef2982fe89a50f3c40e9643bb9fe803...e1c4977ad9cb32b12c5b222ec0134a22bec60bd5) --- updated-dependencies: - dependency-name: chainguard-dev/actions/kind-diag dependency-version: 1.6.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 0478d867fb..5f76d5553b 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -73,7 +73,7 @@ jobs: name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }} path: ${{ env.ARTIFACTS }} - - uses: chainguard-dev/actions/kind-diag@4ed96e952ef2982fe89a50f3c40e9643bb9fe803 # v1.6.3 + - uses: chainguard-dev/actions/kind-diag@e1c4977ad9cb32b12c5b222ec0134a22bec60bd5 # v1.6.25 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs