Skip to content

Commit 84b9569

Browse files
authored
Merge branch 'trunk' into renovate/rubocop-1.x-lockfile
2 parents 4f1fff1 + 4d90906 commit 84b9569

File tree

10 files changed

+11
-15
lines changed

10 files changed

+11
-15
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.calibre.outputs.markdown != ''
52-
uses: peter-evans/create-pull-request@v6
52+
uses: peter-evans/create-pull-request@v7
5353
with:
5454
title: Auto Compress Images
5555
branch-suffix: timestamp

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ gradle clean test
232232
{{% /tab %}}
233233
{{% tab header="Python" %}}
234234
{{< gh-codeblock path="examples/python/README.md#L35" >}}
235-
{{< badge-code >}}
236235
{{% /tab %}}
237236
{{< tab header="CSharp" >}}
238237
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ gradle clean test
228228
{{% /tab %}}
229229
{{% tab header="Python" %}}
230230
{{< gh-codeblock path="examples/python/README.md#L35" >}}
231-
{{< badge-code >}}
232231
{{% /tab %}}
233232
{{< tab header="CSharp" >}}
234233
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ gradle clean test
228228
{{% /tab %}}
229229
{{% tab header="Python" %}}
230230
{{< gh-codeblock path="examples/python/README.md#L35" >}}
231-
{{< badge-code >}}
232231
{{% /tab %}}
233232
{{< tab header="CSharp" >}}
234233
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ gradle clean test
212212
{{% /tab %}}
213213
{{% tab header="Python" %}}
214214
{{< gh-codeblock path="examples/python/README.md#L35" >}}
215-
{{< badge-code >}}
216215
{{% /tab %}}
217216
{{< tab header="CSharp" >}}
218217
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)