From d1bbe3900ea4a981d4ea4d033bc4af5f26cc9352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergen=20Yal=C3=A7=C4=B1n?= Date: Thu, 7 Mar 2024 19:04:12 +0300 Subject: [PATCH] Bump up version to v0.24.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergen Yalçın (cherry picked from commit 2d89b1e9551dfa19731afb1ba326e32b07cbaeb8) --- .github/workflows/provider-publish-service-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provider-publish-service-artifacts.yml b/.github/workflows/provider-publish-service-artifacts.yml index a668979..1f64364 100644 --- a/.github/workflows/provider-publish-service-artifacts.yml +++ b/.github/workflows/provider-publish-service-artifacts.yml @@ -48,7 +48,7 @@ env: # Common versions GOLANGCI_VERSION: 'v1.54.2' DOCKER_BUILDX_VERSION: 'v0.8.2' - UP_VERSION: 'v0.17.0' + UP_VERSION: 'v0.24.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a # step 'if env.XXX' != ""', so we copy these to succinctly test whether