From 8d975f346f6fadbc8188b8927a1f37ffc9fb6e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 15:59:36 -0700 Subject: [PATCH] chore(deps): bump imjasonh/setup-crane from 0.1 to 0.3 (#2401) 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/5146f708a817ea23476677995bf2133943b9be0b...00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c) --- updated-dependencies: - dependency-name: imjasonh/setup-crane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index e371cbb9a..65b83b788 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -103,7 +103,7 @@ jobs: # If a tag push, use crane to add more tags. - if: startsWith(github.ref, 'refs/tags/v') - uses: imjasonh/setup-crane@5146f708a817ea23476677995bf2133943b9be0b # v0.1 + uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # v0.3 - if: startsWith(github.ref, 'refs/tags/v') name: Apply release tags run: |