Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into obsolete-method
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Dec 2, 2023
2 parents 6b5d7ee + f52e271 commit a0a3efc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
PROJECT_NAME: FileParser

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Inject slug/short variables
uses: rlespinasse/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
dotnet-version: 5.0.x

- name: '[Windows] Setup Java (for SonarCloud)'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
if: matrix.os == 'windows-latest'
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
PROJECT_NAME: FileParser

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure git user
run: |
Expand Down
4 changes: 2 additions & 2 deletions src/FileParser.Benchmark/FileParser.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.7" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.7" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/FileParser.Test/FileParser.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="All" />
<PackageReference Include="coverlet.collector" Version="6.0.*" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit a0a3efc

Please sign in to comment.