Skip to content

Commit 728c21f

Browse files
Update dependency bazelbuild/bazel to v9.1.0 (eisop#1651)
1 parent 74fcea4 commit 728c21f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java_version: [21]
2727
env:
2828
JAVA_VERSION: ${{ matrix.java_version }}
29-
USE_BAZEL_VERSION: "9.0.2"
29+
USE_BAZEL_VERSION: "9.1.0"
3030
steps:
3131
- uses: actions/checkout@v6
3232
- name: Set up JDK ${{ matrix.java_version }}
@@ -122,7 +122,7 @@ jobs:
122122
contents: read
123123
env:
124124
JAVA_VERSION: ${{ matrix.java.version }}
125-
USE_BAZEL_VERSION: "9.0.2"
125+
USE_BAZEL_VERSION: "9.1.0"
126126
JDK_EA_MAJOR: "27"
127127
JDK_EA_BUILD: "18"
128128
strategy:

0 commit comments

Comments
 (0)