From da41cc5fa4e5b6bc0d18a27c98f77647a59b55ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:48:01 +0000 Subject: [PATCH] chore(deps): update imjasonh/setup-ko action to v0.8 --- .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 ab72437..7297d68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: with: token: "${{ secrets.GITHUB_TOKEN }}" - run: git pull - - uses: imjasonh/setup-ko@v0.7 + - uses: imjasonh/setup-ko@v0.8 - name: Build & Push Image run: ko publish --tags ${{ needs.bump_version.outputs.version }} --bare ./cmd/ecr-k8s-secret-creator - name: Update Image Version Tag