From d6f31e0eb160303d435ab2acae09dcfb27224b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:26:16 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.6.22 to 1.6.23 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.22 to 1.6.23. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/3b7bbeebc3a5d2bc37aa008350202651c32a26e1...5f020827ba80ff5d64d45116542d0c733e8e7e71) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.23 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 5a1f988bb..fed1ff168 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@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22 + - uses: chainguard-dev/actions/kind-diag@5f020827ba80ff5d64d45116542d0c733e8e7e71 # v1.6.23 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs