File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 : >
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 : >
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
5960v4.28.0
6061======
You can’t perform that action at this time.
0 commit comments