Skip to content

Commit

Permalink
chore(deps): bump bazel-contrib/setup-bazel
Browse files Browse the repository at this point in the history
Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 9676c3194cc1f9955e3a27868aff5566ad4df314 to e403ad507104847c3539436f64a9e9eecc73eeec.
- [Release notes](https://github.com/bazel-contrib/setup-bazel/releases)
- [Commits](bazel-contrib/setup-bazel@9676c31...e403ad5)

---
updated-dependencies:
- dependency-name: bazel-contrib/setup-bazel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent 13d4bd9 commit e2d131b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
if: ${{ contains(inputs.runner, 'windows') }}
- name: "Setup: Bazel"
uses: bazel-contrib/setup-bazel@9676c3194cc1f9955e3a27868aff5566ad4df314 # 0.8.3
uses: bazel-contrib/setup-bazel@e403ad507104847c3539436f64a9e9eecc73eeec # 0.8.3
- name: "Setup: Cache"
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
if: ${{ contains(inputs.runner, 'windows') }}
- name: "Setup: Bazel"
uses: bazel-contrib/setup-bazel@9676c3194cc1f9955e3a27868aff5566ad4df314 # 0.8.3
uses: bazel-contrib/setup-bazel@e403ad507104847c3539436f64a9e9eecc73eeec # 0.8.3
- name: "Configure: Bazel Version"
shell: bash
if: matrix.skip != true && inputs.bazel_version != '' && inputs.bazel_config != ''
Expand Down

0 comments on commit e2d131b

Please sign in to comment.