Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aea9805

Browse files
authoredMar 3, 2025··
Merge branch 'trunk' into javascript-example-selenium-manager
2 parents 88d8202 + 3084f59 commit aea9805

File tree

97 files changed

+1066
-534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1066
-534
lines changed
 

‎.github/workflows/dotnet-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
distribution: 'temurin'
8686
java-version: 11
8787
- name: Run tests
88-
uses: nick-fields/retry@v3.0.0
88+
uses: nick-fields/retry@v3.0.2
8989
with:
9090
timeout_minutes: 20
9191
max_attempts: 3

‎.github/workflows/java-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: keytool -import -noprompt -trustcacerts -alias SeleniumHQ -file examples/java/src/test/resources/tls.crt -keystore ${{ steps.java.outputs.path }}/lib/security/cacerts -storepass changeit
5959
- name: Run Tests Stable
6060
if: matrix.release == 'stable'
61-
uses: nick-invision/retry@v3.0.0
61+
uses: nick-invision/retry@v3.0.2
6262
with:
6363
timeout_minutes: 40
6464
max_attempts: 3
@@ -67,7 +67,7 @@ jobs:
6767
mvn -B test -D"jdk.internal.httpclient.disableHostnameVerification=true"
6868
- name: Run Tests Nightly Linux/macOS
6969
if: matrix.release == 'nightly' && matrix.os != 'windows'
70-
uses: nick-invision/retry@v3.0.0
70+
uses: nick-invision/retry@v3.0.2
7171
with:
7272
timeout_minutes: 40
7373
max_attempts: 3
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Run Tests Nightly Windows
8383
if: matrix.release == 'nightly' && matrix.os == 'windows'
84-
uses: nick-invision/retry@v3.0.0
84+
uses: nick-invision/retry@v3.0.2
8585
with:
8686
timeout_minutes: 40
8787
max_attempts: 3

0 commit comments

Comments
 (0)
Please sign in to comment.