Skip to content

Commit

Permalink
Combined dependency updates (2025-02-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 5.2.0 to 5.3.0](#178)
- [Bump actions/setup-dotnet from 4.2.0 to 4.3.0](#177)
  • Loading branch information
javiertuya authored Feb 3, 2025
1 parent a3250be commit 4bb6afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: '8.0.x'
- name: Pack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
- name: Publish test report
if: always()
uses: mikepenz/action-junit-report@v5.2.0
uses: mikepenz/action-junit-report@v5.3.0
with:
check_name: test-report-java
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand All @@ -53,7 +53,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4.2.0
- uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: '8.0.x'

Expand Down

0 comments on commit 4bb6afa

Please # to comment.