From ed40e54d06dcec64b1b3bbc2fd314c0c2c92c2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:58:16 +0000 Subject: [PATCH] Bump imjasonh/setup-crane from 0.1 to 0.3 Bumps [imjasonh/setup-crane](https://github.com/imjasonh/setup-crane) from 0.1 to 0.3. - [Release notes](https://github.com/imjasonh/setup-crane/releases) - [Commits](https://github.com/imjasonh/setup-crane/compare/v0.1...v0.3) --- updated-dependencies: - dependency-name: imjasonh/setup-crane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 89fba262da8..2a812a3c465 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Crane if: ${{ startsWith(github.ref, 'refs/heads/release/v') }} - uses: imjasonh/setup-crane@v0.1 + uses: imjasonh/setup-crane@v0.3 - name: Set JAVA_HOME run: echo "JAVA_HOME=${{ steps.setup-java-11.outputs.path }}" >> $GITHUB_ENV @@ -459,7 +459,7 @@ jobs: - name: Setup Crane if: ${{ startsWith(github.ref, 'refs/heads/release/v') }} - uses: imjasonh/setup-crane@v0.1 + uses: imjasonh/setup-crane@v0.3 - name: Set JAVA_HOME run: echo "JAVA_HOME=${{ steps.setup-java-11.outputs.path }}" >> $GITHUB_ENV