From ac1a68d12068dcf8b85887e83eb45c79548b325a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:26:55 +0000 Subject: [PATCH] Update imjasonh/setup-ko action to v0.7 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1078a5c..fa79391 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: echo ::set-output name=GITVERSIONF::${GITVERSION_FULLSEMVER/+/-} - name: Setup ko - uses: imjasonh/setup-ko@v0.6 + uses: imjasonh/setup-ko@v0.7 - name: Build local image run: >