From ac050989bbecff7c49daef6fdda4a9eceed1fd0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:03:20 +0000 Subject: [PATCH] chore(deps): update int128/kaniko-action action to v1.40.0 (#397) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-kaniko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-kaniko.yaml b/.github/workflows/e2e-kaniko.yaml index 9066077..25f8731 100644 --- a/.github/workflows/e2e-kaniko.yaml +++ b/.github/workflows/e2e-kaniko.yaml @@ -39,7 +39,7 @@ jobs: images: ghcr.io/${{ github.repository }}/e2e # avoid overwriting the latest tag because metadata-action does not add a suffix to it flavor: latest=false,suffix=-kaniko-amd64 - - uses: int128/kaniko-action@b64f213c8440eea42d62fc5ac51ad7b293f82599 # v1.39.0 + - uses: int128/kaniko-action@210291d6a7168f538f03813da1daad216144fb0e # v1.40.0 id: build with: push: true