Skip to content

Commit c52ab5d

Browse files
authored
Merge branch 'trunk' into patch-1
2 parents 9f5d4c1 + 9ad4c84 commit c52ab5d

File tree

195 files changed

+1212
-454
lines changed

Some content is hidden

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

195 files changed

+1212
-454
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github.event.pull_request.head.repo.full_name == github.repository)
3737
steps:
3838
- name: Checkout Branch
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: Compress Images
4141
id: calibre
4242
uses: calibreapp/image-actions@main

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Hugo

.github/workflows/dotnet-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ format('{0}-latest', matrix.os) }}
3131
steps:
3232
- name: Checkout GitHub repo
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Remove driver directories Windows
3535
if: matrix.os == 'windows'
3636
run: |
@@ -46,12 +46,12 @@ jobs:
4646
run: Xvfb :99 &
4747
- name: Set up .Net Stable
4848
if: matrix.release == 'stable'
49-
uses: actions/setup-dotnet@v4
49+
uses: actions/setup-dotnet@v5
5050
with:
5151
dotnet-version: 8.x
5252
- name: Set up .Net Nightly
5353
if: matrix.release == 'nightly'
54-
uses: actions/setup-dotnet@v4
54+
uses: actions/setup-dotnet@v5
5555
with:
5656
dotnet-version: 8.x
5757
source-url: https://nuget.pkg.github.com/seleniumhq/index.json

.github/workflows/java-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ format('{0}-latest', matrix.os) }}
3131
steps:
3232
- name: Checkout GitHub repo
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Remove driver directories Windows
3535
if: matrix.os == 'windows'
3636
run: |

.github/workflows/js-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ format('{0}-latest', matrix.os) }}
3131
steps:
3232
- name: Checkout GitHub repo
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Remove driver directories Windows
3535
if: matrix.os == 'windows'
3636
run: |
@@ -46,12 +46,12 @@ jobs:
4646
run: Xvfb :99 &
4747
- name: Setup Node Stable
4848
if: matrix.release == 'stable'
49-
uses: actions/setup-node@v4
49+
uses: actions/setup-node@v6
5050
with:
5151
node-version: '22.x'
5252
- name: Setup Node Nightly
5353
if: matrix.release == 'nightly'
54-
uses: actions/setup-node@v4
54+
uses: actions/setup-node@v6
5555
with:
5656
node-version: '22.x'
5757
registry-url: 'https://npm.pkg.github.com'

.github/workflows/kotlin-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ format('{0}-latest', matrix.os) }}
3030
steps:
3131
- name: Checkout GitHub repo
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Remove driver directories Windows
3434
if: matrix.os == 'windows'
3535
run: |

.github/workflows/label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
comment:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Label Commenter
1818
uses: peaceiris/actions-label-commenter@v1

.github/workflows/link-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
group: ${{ github.workflow }}-${{ github.ref }}
2121
steps:
2222
- name: Check out repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Hugo
2626
uses: peaceiris/actions-hugo@v3
@@ -29,9 +29,9 @@ jobs:
2929
extended: true
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
34-
node-version: '22.19.0'
34+
node-version: '22.21.1'
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
@@ -46,12 +46,12 @@ jobs:
4646

4747
- name: Link check
4848
continue-on-error: true # <- If set to false, run fails with broken links
49-
uses: untitaker/hyperlink@0.1.44
49+
uses: untitaker/hyperlink@0.2.0
5050
with:
5151
args: website_and_docs/public/ --check-anchors
5252

5353
- name: Archive hyperlink results
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: hyperlink-report
5757
path: website_and_docs/tmp/.hyperlink/hyperlink.log

.github/workflows/python-examples.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ jobs:
2828
include:
2929
- os: ubuntu
3030
release: stable
31-
python: '3.9'
31+
python: '3.10'
3232
- os: ubuntu
3333
release: nightly
34-
python: '3.11'
34+
python: '3.14'
3535
- os: windows
3636
release: stable
37-
python: '3.9'
37+
python: '3.10'
3838
- os: windows
3939
release: nightly
40-
python: '3.12'
40+
python: '3.14'
4141
- os: macos
4242
release: stable
4343
python: '3.10'
4444
- os: macos
4545
release: nightly
46-
python: '3.13'
46+
python: '3.14'
4747
runs-on: ${{ format('{0}-latest', matrix.os) }}
4848
steps:
4949
- name: Checkout GitHub repo
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Remove driver directories Windows
5252
if: matrix.os == 'windows'
5353
run: |
@@ -62,7 +62,7 @@ jobs:
6262
if: matrix.os == 'ubuntu'
6363
run: Xvfb :99 &
6464
- name: Set up Python
65-
uses: actions/setup-python@v5
65+
uses: actions/setup-python@v6
6666
with:
6767
python-version: ${{ matrix.python }}
6868
- name: Install dependencies nightly non-Windows

.github/workflows/ruby-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ format('{0}-latest', matrix.os) }}
3131
steps:
3232
- name: Checkout GitHub repo
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Remove driver directories Windows
3535
if: matrix.os == 'windows'
3636
run: |
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Ruby
5252
uses: ruby/setup-ruby@v1
5353
with:
54-
ruby-version: 3.2
54+
ruby-version: 3.4.7
5555
bundler-cache: true
5656
- name: Install Gems Nightly non-Windows
5757
if: matrix.release == 'nightly' && matrix.os != 'windows'
@@ -115,11 +115,11 @@ jobs:
115115
runs-on: ubuntu-latest
116116
steps:
117117
- name: Checkout GitHub repo
118-
uses: actions/checkout@v5
118+
uses: actions/checkout@v6
119119
- name: Set up Ruby
120120
uses: ruby/setup-ruby@v1
121121
with:
122-
ruby-version: 3.2
122+
ruby-version: 3.4.7
123123
bundler-cache: true
124124
- name: Install dependencies
125125
working-directory: ./examples/ruby

0 commit comments

Comments
 (0)