From 9e3b89d65a89a88958842bad5a0fd0e4c17855b5 Mon Sep 17 00:00:00 2001 From: Elvis Nieves Miranda Date: Wed, 7 Feb 2024 13:13:56 -0400 Subject: [PATCH] chore: update dependencies --- .config/dotnet-tools.json | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/format-and-build-and-test.yml | 2 +- .github/workflows/main-deploy-nuget.yml | 2 +- .github/workflows/main-release.yml | 4 ++-- src/Biomatch.Benchmark/Biomatch.Benchmark.csproj | 2 +- src/Biomatch.CLI/Biomatch.CLI.csproj | 2 +- src/Biomatch.Domain/Biomatch.Domain.csproj | 2 +- .../Biomatch.Domain.Tests.Unit.csproj | 6 +++--- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9e8f278..5e95da1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,10 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.26.7", + "version": "0.27.2", "commands": [ "dotnet-csharpier" ] } } -} \ No newline at end of file +} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9bf9b7d..df85330 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@main # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -73,7 +73,7 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Set up .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x' diff --git a/.github/workflows/format-and-build-and-test.yml b/.github/workflows/format-and-build-and-test.yml index 98b3ac9..25e1a4a 100644 --- a/.github/workflows/format-and-build-and-test.yml +++ b/.github/workflows/format-and-build-and-test.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@main - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x' diff --git a/.github/workflows/main-deploy-nuget.yml b/.github/workflows/main-deploy-nuget.yml index 73293a8..9b30b42 100644 --- a/.github/workflows/main-deploy-nuget.yml +++ b/.github/workflows/main-deploy-nuget.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@main - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x' diff --git a/.github/workflows/main-release.yml b/.github/workflows/main-release.yml index cb9f568..44ab2ea 100644 --- a/.github/workflows/main-release.yml +++ b/.github/workflows/main-release.yml @@ -23,10 +23,10 @@ jobs: runtime: osx-x64 dotnet: '8.x' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@main - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet }} diff --git a/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj b/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj index a0542ea..89d3db4 100644 --- a/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj +++ b/src/Biomatch.Benchmark/Biomatch.Benchmark.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/Biomatch.CLI/Biomatch.CLI.csproj b/src/Biomatch.CLI/Biomatch.CLI.csproj index 3b3edf2..afcac88 100644 --- a/src/Biomatch.CLI/Biomatch.CLI.csproj +++ b/src/Biomatch.CLI/Biomatch.CLI.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Biomatch.Domain/Biomatch.Domain.csproj b/src/Biomatch.Domain/Biomatch.Domain.csproj index 4e85616..206b99e 100644 --- a/src/Biomatch.Domain/Biomatch.Domain.csproj +++ b/src/Biomatch.Domain/Biomatch.Domain.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj b/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj index 5422cfd..439f71c 100644 --- a/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj +++ b/tests/Biomatch.Domain.Tests.Unit/Biomatch.Domain.Tests.Unit.csproj @@ -9,11 +9,11 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all