Skip to content

Commit f481d30

Browse files
committed
[ci] Update setup-bazel v0.13.0
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 0e83aaa commit f481d30

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
node-version: ${{ inputs.node-version }}
123123
- name: Setup Bazel with caching
124124
if: inputs.caching
125-
uses: bazel-contrib/setup-bazel@0.9.1
125+
uses: bazel-contrib/setup-bazel@0.13.0
126126
with:
127127
bazelisk-cache: true
128128
bazelrc: common --color=yes
@@ -136,7 +136,7 @@ jobs:
136136
repository-cache: true
137137
- name: Setup Bazel without caching
138138
if: inputs.caching == false
139-
uses: bazel-contrib/setup-bazel@0.9.1
139+
uses: bazel-contrib/setup-bazel@0.13.0
140140
with:
141141
bazelrc: common --color=yes
142142
- name: Setup Fluxbox and Xvfb

.github/workflows/ci-ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
os: ubuntu
5454
with:
5555
name: Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }})
56-
cache-key: rb-unit-test-${{ matrix.ruby-version }}-${{ matrix.os }}
56+
cache-key: rb-unit-test-${{ matrix.ruby-version }}
5757
os: ${{ matrix.os }}
5858
ruby-version: ${{ matrix.ruby-version }}
5959
run: >
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
8585
browser: ${{ matrix.browser }}
86-
cache-key: rb-${{ matrix.browser }}-${{ matrix.os }}-test
86+
cache-key: rb-${{ matrix.browser }}-test
8787
os: ${{ matrix.os }}
8888
run: >
8989
bazel test
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
111111
browser: ${{ matrix.browser }}
112-
cache-key: rb-remote-${{ matrix.browser }}-${{ matrix.os }}-test
112+
cache-key: rb-remote-${{ matrix.browser }}-test
113113
os: ${{ matrix.os }}
114114
java-version: 11
115115
run: >

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check:
1515
name: Check
1616
if: >
17-
github.repository_owner == 'seleniumhq' &&
17+
github.repository_owner == 'seleniumhq' &&
1818
(startsWith(github.head_ref, 'renovate/') != true || github.event_name == 'workflow_call')
1919
runs-on: ubuntu-latest
2020
outputs:
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 50
2727
- name: Setup Bazel
28-
uses: bazel-contrib/setup-bazel@0.9.1
28+
uses: bazel-contrib/setup-bazel@0.13.0
2929
with:
3030
bazelisk-cache: true
3131
cache-version: 2

dotnet/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ v4.29.0
5555
* [dotnet] Simplify user creation of network types (#15267)
5656
* [dotnet][bidi] Remove AsBiDiContextAsync helper to avoid disposal issue (#15279)
5757
* [dotnet] Possibility to override underlying HttpClient/HttpClientHandler for all HTTP requests (#15283)
58+
* [dotnet][bidi] Underlying local/remote script number as double (#15301)
5859

5960
v4.28.0
6061
======

0 commit comments

Comments
 (0)