Skip to content

Commit

Permalink
Combined dependency updates (2024-01-03) (#82)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/setup-dotnet from 3.2.0 to 4.0.0](#81)
- [Bump actions/upload-artifact from 3 to 4](#80)
- [Bump NUnit from 4.0.0 to 4.0.1](#79)
- [Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6](#77)
- [Bump xunit from 2.6.2 to 2.6.4](#78)
  • Loading branch information
javiertuya authored Jan 3, 2024
1 parent cbe89cf commit b364401
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
6.0.x
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: ant report
- name: Publish test report files
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-report-files-${{ matrix.framework }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion TestAssetsNunit/TestAssetsNunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />

<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit" Version="4.0.1" />

<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions TestAssetsXunit/TestAssetsXunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />

<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit" Version="2.6.4" />

<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion TestDotnetTestSplit/TestDotnetTestSplit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />

<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit" Version="4.0.1" />

<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

Expand Down

0 comments on commit b364401

Please sign in to comment.