Skip to content

Commit 6d73e56

Browse files
authored
Combined dependency updates (2026-04-05)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump NUnit3TestAdapter from 6.1.0 to 6.2.0](#257) - [Bump NUnit from 4.5.0 to 4.5.1](#256) - [Bump mikepenz/action-junit-report from 6.3.0 to 6.4.0](#255) - [Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0](#254) - [Bump actions/setup-dotnet from 5.1.0 to 5.2.0](#253) - [Bump dorny/test-reporter from 2 to 3](#252)
1 parent b5244e9 commit 6d73e56

3 files changed

Lines changed: 7 additions & 7 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 }}
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v6
5353

54-
- uses: actions/setup-dotnet@v5.1.0
54+
- uses: actions/setup-dotnet@v5.2.0
5555
with:
5656
dotnet-version: '8.0.x'
5757
- name: Pack

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
3131
- name: Publish test report
3232
if: always()
33-
uses: mikepenz/action-junit-report@v6.3.0
33+
uses: mikepenz/action-junit-report@v6.4.0
3434
with:
3535
check_name: test-report-java
3636
report_paths: '**/target/surefire-reports/TEST-*.xml'
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060

61-
- uses: actions/setup-dotnet@v5.1.0
61+
- uses: actions/setup-dotnet@v5.2.0
6262
with:
6363
dotnet-version: '8.0.x'
6464

@@ -73,7 +73,7 @@ jobs:
7373
#prevents execute on pr or dependabot that fails with "Resource not accessible by integration" due to permissions
7474
- name: Publish test report
7575
if: ${{ always() && github.actor=='javiertuya' }}
76-
uses: dorny/test-reporter@v2
76+
uses: dorny/test-reporter@v3
7777
with:
7878
name: test-report-net
7979
#working-directory does not work here

net/TestVisualAssert/TestVisualAssert.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1111

12-
<PackageReference Include="NUnit" Version="4.5.0" />
12+
<PackageReference Include="NUnit" Version="4.5.1" />
1313

14-
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
14+
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)