diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index b323609b13132..017ab6fa92eea 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.13.0 + uses: bazel-contrib/setup-bazel@0.15.0 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.13.0 + uses: bazel-contrib/setup-bazel@0.15.0 with: bazelrc: common --color=yes - name: Setup curl for Ubuntu diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00f86c98c0148..00e7031f760d9 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.13.0 + uses: bazel-contrib/setup-bazel@0.15.0 with: bazelisk-cache: true cache-version: 2