diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 96e845c5c118c..a0d2cc8708b41 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -122,7 +122,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Setup Bazel with caching if: inputs.caching - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelisk-cache: true bazelrc: common --color=yes @@ -136,7 +136,7 @@ jobs: repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelrc: common --color=yes - name: Setup Fluxbox and Xvfb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e200aa574f880..d308230a53b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: bazel-contrib/setup-bazel@0.9.1 + uses: bazel-contrib/setup-bazel@0.12.1 with: bazelisk-cache: true cache-version: 2