Skip to content

Commit 00b337d

Browse files
chore(deps): bump bazel-contrib/setup-bazel from 0d27eba2b7aa97e33615756555fef507304f07de to 90b352333885f9fb6bf262d8e659f01b6219cc25 (#473)
chore(deps): bump bazel-contrib/setup-bazel Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 0d27eba2b7aa97e33615756555fef507304f07de to 90b352333885f9fb6bf262d8e659f01b6219cc25. - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](bazel-contrib/setup-bazel@0d27eba...90b3523) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f73604 commit 00b337d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/module.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
144144
if: ${{ contains(inputs.runner, 'windows') }}
145145
- name: "Setup: Bazel"
146-
uses: bazel-contrib/setup-bazel@0d27eba2b7aa97e33615756555fef507304f07de # 0.8.3
146+
uses: bazel-contrib/setup-bazel@90b352333885f9fb6bf262d8e659f01b6219cc25 # 0.8.3
147147
- name: "Setup: Cache"
148148
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
149149
with:
@@ -399,7 +399,7 @@ jobs:
399399
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
400400
if: ${{ contains(inputs.runner, 'windows') }}
401401
- name: "Setup: Bazel"
402-
uses: bazel-contrib/setup-bazel@0d27eba2b7aa97e33615756555fef507304f07de # 0.8.3
402+
uses: bazel-contrib/setup-bazel@90b352333885f9fb6bf262d8e659f01b6219cc25 # 0.8.3
403403
- name: "Configure: Bazel Version"
404404
shell: bash
405405
if: matrix.skip != true && inputs.bazel_version != '' && inputs.bazel_config != ''

0 commit comments

Comments
 (0)