From dbcace895625089d6cff4993ff91a2692419f187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:59:47 +0000 Subject: [PATCH] chore(deps): bump imjasonh/setup-crane from 0.4 to 0.6 Bumps [imjasonh/setup-crane](https://github.com/imjasonh/setup-crane) from 0.4 to 0.6. - [Release notes](https://github.com/imjasonh/setup-crane/releases) - [Commits](https://github.com/imjasonh/setup-crane/compare/v0.4...v0.6) --- updated-dependencies: - dependency-name: imjasonh/setup-crane dependency-version: '0.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 54ffbd1c..dc607211 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -35,7 +35,7 @@ jobs: go-version: ^1.22 id: go - - uses: imjasonh/setup-crane@v0.4 + - uses: imjasonh/setup-crane@v0.6 - name: Check out code into the Go module directory uses: actions/checkout@v4