From eff7c9ed664b773a453846f13d13ffcf9776078d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:00:38 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.6.19 to 1.6.21 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.19 to 1.6.21. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/c69a264ec2a5934c3186c618f368fc1c86f16cff...05fbd381f7c158bd33c9bbf3a28f67852269fdf8) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.21 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 ce408af1b7..ae85e34bc9 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -67,7 +67,7 @@ jobs: name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }} path: ${{ env.ARTIFACTS }} - - uses: chainguard-dev/actions/kind-diag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/kind-diag@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # v1.6.21 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs