From 577a42e49d70840baa9b9ab65880f963fdcfa7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:59:21 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.6.15 to 1.6.16 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.15 to 1.6.16. - [Commits](https://github.com/chainguard-dev/actions/compare/061bc0e921116bde1470f51fb5c86d5318f16558...0cba302c40fce067ec0d39f1d91b10580d4b06b0) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.16 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 b34b2bd51..724a5704d 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@061bc0e921116bde1470f51fb5c86d5318f16558 # v1.6.15 + - uses: chainguard-dev/actions/kind-diag@0cba302c40fce067ec0d39f1d91b10580d4b06b0 # v1.6.16 if: ${{ failure() }} with: artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-logs