From fdde1a138eb477f4e2b029fa25a98cde311ebec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:22:43 +0000 Subject: [PATCH] build(deps): bump chainguard-dev/actions from 1.4.12 to 1.4.15 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.12 to 1.4.15. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](https://github.com/chainguard-dev/actions/compare/v1.4.12...v1.4.15) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-builds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-builds.yaml b/.github/workflows/nightly-builds.yaml index 4b02437b4a9..845623b0a5a 100644 --- a/.github/workflows/nightly-builds.yaml +++ b/.github/workflows/nightly-builds.yaml @@ -50,7 +50,7 @@ jobs: echo "latest_sha=${latest_sha}" >> "$GITHUB_OUTPUT" - name: Set up Kind cluster - uses: chainguard-dev/actions/setup-kind@v1.4.12 + uses: chainguard-dev/actions/setup-kind@v1.4.15 with: k8s-version: ${{ env.KUBERNETES_VERSION }}