From 2a663e4659582a6439b46bafa1cfd6f19ed5bd0d Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Tue, 13 Aug 2024 11:48:56 +0100 Subject: [PATCH] ci: upgrade component --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33095a53..d43a2c04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.3" + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.4" inputs: variables: | CI_PROJECT_DIR -- GitLab