From e3168dcb6d7d81aa93905014415c5e7248992a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:39:36 +0000 Subject: [PATCH] [release-v0.79.x] bump chainguard-dev/actions/kind-diag Bumps the github-actions group with 1 update: [chainguard-dev/actions/kind-diag](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions/kind-diag` from 1.6.29 to 1.6.30 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/b2555de0cf9724fb9b49d050ff18bd1f49562ba7...9d631658f55713e5f63ca0cc21ee168f81301fd9) --- updated-dependencies: - dependency-name: chainguard-dev/actions/kind-diag dependency-version: 1.6.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... 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 75c93029cf..47cfa0e009 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -71,7 +71,7 @@ jobs: name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }} path: ${{ env.ARTIFACTS }} - - uses: chainguard-dev/actions/kind-diag@b2555de0cf9724fb9b49d050ff18bd1f49562ba7 # v1.6.29 + - uses: chainguard-dev/actions/kind-diag@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs