From b516624d3c28594f3026a21d2e43594fef993f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:27:13 +0000 Subject: [PATCH] [release-v0.37.x] bump chainguard-dev/actions/kind-diag in the all group Bumps the all group with 1 update: [chainguard-dev/actions/kind-diag](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions/kind-diag` from 1.6.31 to 1.6.32 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/bed8050123fff65538e2db1902ff9404030c0221...7bd1e94b2a1b7faa891392757de7d89489070c5c) --- updated-dependencies: - dependency-name: chainguard-dev/actions/kind-diag dependency-version: 1.6.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... 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 635cbdd07..3661b5163 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@bed8050123fff65538e2db1902ff9404030c0221 # v1.6.31 + - uses: chainguard-dev/actions/kind-diag@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs