Skip to content

Commit bae90b4

Browse files
authored
Merge branch 'trunk' into renovate/gradle-9.x
2 parents afc7076 + 9ad8a33 commit bae90b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
$new_version = "$major.$next_minor.0-SNAPSHOT"
104104
Write-Output "Using selenium.version $new_version for tests"
105105
cd examples/java
106-
& mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -Dselenium.version=$new_version
106+
mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium.version=$new_version"
107107
}

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: '22.17.1'
34+
node-version: '22.18.0'
3535
cache: 'npm'
3636
# The action defaults to search for the dependency file (package-lock.json,
3737
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its

0 commit comments

Comments
 (0)