From d1b0a5d55a51f10c75e63370299b7eccf444c9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:43:59 +0000 Subject: [PATCH 01/19] Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index f2992af..b710b24 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -5,7 +5,7 @@ - + From c10f9f33a00e7ee5e0d7065259c8be97a3715cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:02:01 +0000 Subject: [PATCH 02/19] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fdb3e5..1d42c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: PROJECT_NAME: FileParser steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v3.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4d667d..721e413 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: PROJECT_NAME: FileParser steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure git user run: | From f86cb926518ca9cef6585db0d34c660a92de2153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:11:39 +0000 Subject: [PATCH 03/19] Bump BenchmarkDotNet from 0.13.7 to 0.13.8 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.7 to 0.13.8. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index 8b6d077..0730065 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -9,7 +9,7 @@ - + From d4a95ad7ac1d23881a8d25ef0fea5b50c986f01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:52:41 +0000 Subject: [PATCH 04/19] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.7 to 0.13.8 Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.7 to 0.13.8. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index 0730065..a40b2e6 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -10,7 +10,7 @@ - + From f883d01b57ef8e42fe1331d86bd0f49adf9a8bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:17:06 +0000 Subject: [PATCH 05/19] Bump xunit from 2.5.0 to 2.5.1 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index b710b24..2abc0b7 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From bff6ebd4af80473647cc81881a140d889606f186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:52:31 +0000 Subject: [PATCH 06/19] Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 2abc0b7..af1726e 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -7,7 +7,7 @@ - + From 46a8c77ba0dc43236b526f932f14afade96e8f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:42:30 +0000 Subject: [PATCH 07/19] Bump BenchmarkDotNet from 0.13.8 to 0.13.9 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.9. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.9) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index a40b2e6..4717d9d 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -9,7 +9,7 @@ - + From 392da919b496b8b6a76b23d377f1e7cd19555d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:52:56 +0000 Subject: [PATCH 08/19] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.8 to 0.13.9 Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.9. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.9) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index 4717d9d..fbdf5ab 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -10,7 +10,7 @@ - + From ca298779749ae35199dfc478c681de91ab4ac182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:49:37 +0000 Subject: [PATCH 09/19] Bump xunit from 2.5.1 to 2.5.2 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index af1726e..0566588 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From d99ed155e6178f3a2c11af969af75ce54dc1db08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:29:53 +0000 Subject: [PATCH 10/19] Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 0566588..13b40fd 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -7,7 +7,7 @@ - + From 45030822bb3e7c9c285fd1b74c636aaac207ade9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:49:19 +0000 Subject: [PATCH 11/19] Bump xunit from 2.5.2 to 2.5.3 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3. - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 13b40fd..f0d500d 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From 12a4e3902d734ec186eaca57386c589d1e4b8050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:03:17 +0000 Subject: [PATCH 12/19] Bump xunit from 2.5.3 to 2.6.0 Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index f0d500d..d6949b2 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From 3cc62123555318469b509df3e1e010a17d6edcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:10:40 +0000 Subject: [PATCH 13/19] Bump BenchmarkDotNet from 0.13.9 to 0.13.10 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index fbdf5ab..11fe187 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -9,7 +9,7 @@ - + From d14790c097042536ebf2f8c1b11be46c2cd7ea35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:41:15 +0000 Subject: [PATCH 14/19] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10 Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet.Diagnostics.Windows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/FileParser.Benchmark/FileParser.Benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileParser.Benchmark/FileParser.Benchmark.csproj b/src/FileParser.Benchmark/FileParser.Benchmark.csproj index 11fe187..4b8477b 100644 --- a/src/FileParser.Benchmark/FileParser.Benchmark.csproj +++ b/src/FileParser.Benchmark/FileParser.Benchmark.csproj @@ -10,7 +10,7 @@ - + From 7817914b074cd4f02b44e1aee2a0ef1cfb89f097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:58:43 +0000 Subject: [PATCH 15/19] Bump xunit from 2.6.0 to 2.6.1 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index d6949b2..7f4da3a 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From dd344e052545b9e709170345a171cfdbd26c67aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:36:03 +0000 Subject: [PATCH 16/19] Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 7f4da3a..1a859b9 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -5,7 +5,7 @@ - + From a48227d3aaeaeb87f8a98430f736b01d2b46c69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:14:27 +0000 Subject: [PATCH 17/19] Bump xunit from 2.6.1 to 2.6.2 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 1a859b9..2bc2c4e 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -6,7 +6,7 @@ - + From 661bbbf6c0827be078821bbe404f6af337b7b620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:50:34 +0000 Subject: [PATCH 18/19] Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/FileParser.Test/FileParser.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FileParser.Test/FileParser.Test.csproj b/tests/FileParser.Test/FileParser.Test.csproj index 2bc2c4e..9c5a283 100644 --- a/tests/FileParser.Test/FileParser.Test.csproj +++ b/tests/FileParser.Test/FileParser.Test.csproj @@ -7,7 +7,7 @@ - + From f52e271b3f5037675f31424e37f9dfc65136fbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:38:31 +0000 Subject: [PATCH 19/19] Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d42c26..520bacf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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