Skip to content

Commit d08aa90

Browse files
authored
Combined dependency updates (2026-04-05)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump WebDriverManager from 2.17.6 to 2.17.7](#1048) - [Bump the nunit group with 1 update](#1047) - [Bump actions/setup-dotnet from 5.1.0 to 5.2.0](#1046) - [Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0](#1045) - [Bump mikepenz/action-junit-report from 6.3.0 to 6.4.0](#1044) - [Bump path-to-regexp from 8.3.0 to 8.4.0 in /video-controller/app](#1043)
1 parent 7057b52 commit d08aa90

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
#https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
1818
#It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key <email>
1919
- name: Import GPG Key
20-
uses: crazy-max/ghaction-import-gpg@v6.3.0
20+
uses: crazy-max/ghaction-import-gpg@v7.0.0
2121
with:
2222
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2323
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
@@ -50,7 +50,7 @@ jobs:
5050
packages: write
5151
steps:
5252
- uses: actions/checkout@v6
53-
- uses: actions/setup-dotnet@v5.1.0
53+
- uses: actions/setup-dotnet@v5.2.0
5454
with:
5555
dotnet-version: '6.0.x'
5656
- name: Pack

.github/workflows/samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
java-version: '11'
3838
cache: 'maven'
3939
- if: ${{ matrix.platform=='net' }}
40-
uses: actions/setup-dotnet@v5.1.0
40+
uses: actions/setup-dotnet@v5.2.0
4141
with:
4242
dotnet-version: '8.0.x'
4343

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
java-version: '11'
6464
cache: 'maven'
6565
- if: ${{ matrix.platform=='net' }}
66-
uses: actions/setup-dotnet@v5.1.0
66+
uses: actions/setup-dotnet@v5.2.0
6767
with:
6868
dotnet-version: '8.0.x'
6969

@@ -210,7 +210,7 @@ jobs:
210210

211211
- name: Generate report checks
212212
if: always()
213-
uses: mikepenz/action-junit-report@v6.3.0
213+
uses: mikepenz/action-junit-report@v6.4.0
214214
with:
215215
check_name: "test-result-${{ matrix.platform }}-${{ matrix.version }}-${{ matrix.mode }}"
216216
report_paths: "**/${{ env.REPORT_FOLDER }}/surefire-reports/TEST-*.xml"

net/Selema/Selema.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<PackageReference Include="VisualAssert" Version="2.6.1" />
7878

79-
<PackageReference Include="WebDriverManager" Version="2.17.6" />
79+
<PackageReference Include="WebDriverManager" Version="2.17.7" />
8080

8181
</ItemGroup>
8282

net/SelemaTest/SelemaTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PackageReference Include="NUnit" Version="4.5.0" />
1818

19-
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
19+
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
2020

2121
<PackageReference Include="Selenium.WebDriver" Version="4.41.0" />
2222

samples/samples-selema-nunit/samples-selema-nunit/samples-selema-nunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="NUnit" Version="4.5.0" />
1212

13-
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
13+
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1414

1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1616

video-controller/app/package-lock.json

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

0 commit comments

Comments
 (0)