Skip to content

Commit 59ca6db

Browse files
ci(deps): update bazel-contrib/setup-bazel digest to 43d7d5c
1 parent 629c002 commit 59ca6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [pre-commit]
2323
steps:
2424
- uses: actions/checkout@v6
25-
- uses: bazel-contrib/setup-bazel@5528b8082a800fc1dcf8ff0de93a30fa1c061239
25+
- uses: bazel-contrib/setup-bazel@43d7d5ceab59a307da44fc7585faa2a2fff4f88d
2626
- name: Generate documentation
2727
run: bazel build //docs:docs
2828
env:
@@ -165,7 +165,7 @@ jobs:
165165
id-token: write
166166
steps:
167167
- uses: actions/checkout@v6
168-
- uses: bazel-contrib/setup-bazel@5528b8082a800fc1dcf8ff0de93a30fa1c061239
168+
- uses: bazel-contrib/setup-bazel@43d7d5ceab59a307da44fc7585faa2a2fff4f88d
169169
- name: Create auth token file for action_file mode
170170
if: matrix.auth_token_path != ''
171171
run: |

0 commit comments

Comments
 (0)