From 776b45f9996cca0bf8653c1644f54db073e5460e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:52:51 +0000 Subject: [PATCH] chore(deps): update bazel-contrib/setup-bazel action to v0.19.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b77ee3a..4acd040 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: # Install Erlang with --fix-missing to handle potential fetch errors sudo apt-get install -y --fix-missing erlang - name: Set up Bazel ${{ matrix.bazel-version }} - uses: bazel-contrib/setup-bazel@0.18.0 + uses: bazel-contrib/setup-bazel@0.19.0 with: version: ${{ matrix.bazel-version }} - name: Mount Bazel cache