From a5dadc3eeedd3e35d9cb02ac5c9a5670994c1abe Mon Sep 17 00:00:00 2001 From: esorot Date: Thu, 18 Jul 2024 15:52:27 +0000 Subject: [PATCH] update bazel to 6.3.2 --- .github/workflows/staleness_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staleness_check.yml b/.github/workflows/staleness_check.yml index a9dc799b51..9699bfeed2 100644 --- a/.github/workflows/staleness_check.yml +++ b/.github/workflows/staleness_check.yml @@ -40,7 +40,7 @@ jobs: - name: Run all staleness tests env: - USE_BAZEL_VERSION: '6.3.0' + USE_BAZEL_VERSION: '6.3.2' # Run all tests if either of the following is true, otherwise simply run the query to make # sure it continues to work: # 1) If this is not a commit-based run it means it's scheduled or manually dispatched. In