From 91f3d7effd17b2f38b9122d3b10c57bb8764b871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:38:18 +0000 Subject: [PATCH] Bump bazel-contrib/setup-bazel from 0.10.0 to 0.13.0 Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 0.10.0 to 0.13.0. - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.10.0...0.13.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d61efe0..663ca58 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Bazel - uses: bazel-contrib/setup-bazel@0.10.0 + uses: bazel-contrib/setup-bazel@0.13.0 with: # Avoid downloading Bazel every time. bazelisk-cache: true