From bb66db84c68a5d520037a4c6fa302b00e5f0ec22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:27:13 +0000 Subject: [PATCH] Bump ko-build/setup-ko from 0.6 to 0.7 Bumps [ko-build/setup-ko](https://github.com/ko-build/setup-ko) from 0.6 to 0.7. - [Release notes](https://github.com/ko-build/setup-ko/releases) - [Commits](https://github.com/ko-build/setup-ko/compare/v0.6...v0.7) --- updated-dependencies: - dependency-name: ko-build/setup-ko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index 9559bbd84..b4f4ddb66 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest needs: [go] steps: - - uses: ko-build/setup-ko@v0.6 + - uses: ko-build/setup-ko@v0.7 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: azure/setup-helm@v4 # instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the @@ -98,6 +98,6 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: ko-build/setup-ko@v0.6 + - uses: ko-build/setup-ko@v0.7 - run: | ko publish --push=${{ github.event_name != 'pull_request' }} --base-import-paths ./cmd/cache --platform linux/arm64,linux/amd64