diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 0255bf97e4f43..3b477c12bd45a 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -116,7 +116,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Setup Bazel with caching if: inputs.caching - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelisk-cache: true bazelrc: common --color=yes @@ -130,7 +130,7 @@ jobs: repository-cache: true - name: Setup Bazel without caching if: inputs.caching == false - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelrc: common --color=yes - name: Setup Fluxbox and Xvfb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d7054a013e52..da9762b4d514d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 50 - name: Setup Bazel - uses: bazel-contrib/setup-bazel@0.8.3 + uses: bazel-contrib/setup-bazel@0.8.4 with: bazelisk-cache: true cache-version: 2