Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 7cfa6f0

Browse files
authored
Merge branch 'main' into dependabot/nuget/main/xunit.runner.visualstudio-3.0.0
2 parents 694d21f + 71e3354 commit 7cfa6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-and-mutations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
find . -type f -name "*.csproj" -exec sed -i 's/<TargetFrameworks>.*<\/TargetFrameworks>/<TargetFrameworks>${{ env.FRAMEWORK_VERSION }}<\/TargetFrameworks>/g' {} +
6565
6666
- name: "Set up JDK"
67-
uses: actions/setup-java@v4.5.0
67+
uses: actions/setup-java@v4.6.0
6868
with:
6969
distribution: 'adopt'
7070
java-version: '17'

0 commit comments

Comments
 (0)