From b17bfc6360772448b717fb2b072c56f32e219e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Sekmeno=C4=9Flu?= Date: Thu, 6 Jun 2024 14:56:38 +0300 Subject: [PATCH 1/3] feat: upgraded all nuget packages --- .../src/Cogworks.AzureSearch.csproj | 2 +- .../Cogworks.AzureSearch.UnitTests.csproj | 33 +++++++++-------- src/Directory.Build.props | 7 +++- .../Cogworks.AzureSearch.IoC.Autofac.csproj | 4 +- ...s.AzureSearch.IoC.Autofac.UnitTests.csproj | 37 ++++++++++--------- ...ogworks.AzureSearch.IoC.LightInject.csproj | 2 +- ...ureSearch.IoC.LightInject.UnitTests.csproj | 35 ++++++++++-------- .../Cogworks.AzureSearch.IoC.Microsoft.csproj | 4 +- ...AzureSearch.IoC.Microsoft.UnitTests.csproj | 37 ++++++++++--------- .../Cogworks.AzureSearch.IoC.Umbraco.csproj | 10 ++--- ...s.AzureSearch.IoC.Umbraco.UnitTests.csproj | 29 ++++++++------- .../UmbracoIocExtensionTests.cs | 17 +-------- 12 files changed, 111 insertions(+), 106 deletions(-) diff --git a/src/Cogworks.AzureSearch/src/Cogworks.AzureSearch.csproj b/src/Cogworks.AzureSearch/src/Cogworks.AzureSearch.csproj index b51585f..ebe55a7 100644 --- a/src/Cogworks.AzureSearch/src/Cogworks.AzureSearch.csproj +++ b/src/Cogworks.AzureSearch/src/Cogworks.AzureSearch.csproj @@ -19,7 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj b/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj index cebf0ed..b1b3fb7 100644 --- a/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj +++ b/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj @@ -18,27 +18,30 @@ - - - - + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8f71370..27171de 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -29,6 +29,11 @@ false + + disable + disable + + disable disable @@ -40,7 +45,7 @@ - + diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/src/Cogworks.AzureSearch.IoC.Autofac.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/src/Cogworks.AzureSearch.IoC.Autofac.csproj index 9f02bd5..eac3cd8 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/src/Cogworks.AzureSearch.IoC.Autofac.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/src/Cogworks.AzureSearch.IoC.Autofac.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj index 77a24b8..077a678 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj @@ -6,29 +6,32 @@ - - - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/src/Cogworks.AzureSearch.IoC.LightInject.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/src/Cogworks.AzureSearch.IoC.LightInject.csproj index af88ea7..6beca81 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/src/Cogworks.AzureSearch.IoC.LightInject.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/src/Cogworks.AzureSearch.IoC.LightInject.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj index 448e35b..a69176a 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj @@ -6,28 +6,31 @@ - - - - + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/src/Cogworks.AzureSearch.IoC.Microsoft.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/src/Cogworks.AzureSearch.IoC.Microsoft.csproj index 0c94e4f..f03aef1 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/src/Cogworks.AzureSearch.IoC.Microsoft.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/src/Cogworks.AzureSearch.IoC.Microsoft.csproj @@ -16,8 +16,8 @@ - - + + \ No newline at end of file diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj index 5fef267..908cf09 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj @@ -6,29 +6,32 @@ - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/src/Cogworks.AzureSearch.IoC.Umbraco.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/src/Cogworks.AzureSearch.IoC.Umbraco.csproj index be26328..e7c7cc3 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/src/Cogworks.AzureSearch.IoC.Umbraco.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/src/Cogworks.AzureSearch.IoC.Umbraco.csproj @@ -1,11 +1,11 @@  - net6.0;net5.0 + net8.0 . Cogworks.AzureSearch.IoC.Umbraco Cogworks.AzureSearch.IoC.Umbraco An Umbraco extension to Cogworks.AzureSearch. - An Umbraco 9 extension to Cogworks.AzureSearch + An Umbraco 13 extension to Cogworks.AzureSearch Azure Search Umbraco container IoC Apache-2.0 @@ -14,12 +14,12 @@ - + - + - + \ No newline at end of file diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests.csproj index 4d810cf..7b9173b 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests.csproj @@ -4,7 +4,7 @@ - net6.0;net5.0 + net8.0 latest 1591;1701;1702;8032;NU1701;AD0001;CA1041;CS0311;CS5001 false @@ -19,27 +19,28 @@ true true true - - - disable disable - - + + - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -48,5 +49,5 @@ - + \ No newline at end of file diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/UmbracoIocExtensionTests.cs b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/UmbracoIocExtensionTests.cs index def931f..37529f0 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/UmbracoIocExtensionTests.cs +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Umbraco/tests/UnitTests/Cogworks.AzureSearch.IoC.Umbraco.UnitTests/UmbracoIocExtensionTests.cs @@ -1,8 +1,5 @@ // ReSharper disable PossibleNullReferenceException - using System; -using System.IO; -using System.Reflection; using Azure.Search.Documents.Indexes.Models; using Cogworks.AzureSearch.Interfaces.Builder; using Cogworks.AzureSearch.Interfaces.Indexes; @@ -18,10 +15,8 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using NSubstitute; -using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Composing; using Umbraco.Cms.Core.DependencyInjection; -using Umbraco.Cms.Core.Logging; using Xunit; namespace Cogworks.AzureSearch.IoC.Umbraco.UnitTests @@ -38,19 +33,11 @@ public class UmbracoIocExtensionTests public UmbracoIocExtensionTests() { - _serviceCollection = new ServiceCollection(); - var dirName = Path.GetDirectoryName( - Assembly.GetExecutingAssembly() - .Location - .Replace("bin\\Debug", string.Empty)) ?? string.Empty; + _serviceCollection = []; var typeLoader = new TypeLoader( Substitute.For(), - new VaryingRuntimeHash(), - Substitute.For(), - new DirectoryInfo(dirName), - Substitute.For>(), - Substitute.For()); + Substitute.For>()); _umbracoBuilder = new UmbracoBuilder( _serviceCollection, From 8eaeeaa9e7079d414cdb3f7543f5c2349f23a948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Sekmeno=C4=9Flu?= Date: Thu, 6 Jun 2024 15:21:53 +0300 Subject: [PATCH 2/3] feat: upgraded net versions --- .../Cogworks.AzureSearch.UnitTests.csproj | 2 +- src/Directory.Build.props | 13 ------------- ...ogworks.AzureSearch.IoC.Autofac.UnitTests.csproj | 2 +- ...rks.AzureSearch.IoC.LightInject.UnitTests.csproj | 2 +- ...works.AzureSearch.IoC.Microsoft.UnitTests.csproj | 2 +- 5 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj b/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj index b1b3fb7..7b3be4c 100644 --- a/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj +++ b/src/Cogworks.AzureSearch/tests/UnitTests/Cogworks.AzureSearch.UnitTests/Cogworks.AzureSearch.UnitTests.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0 + net8.0;net7.0;net6.0 false diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 27171de..20f8319 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -27,19 +27,6 @@ true true false - - - - disable - disable - - - - disable - disable - - - disable disable diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj index 077a678..7b1de34 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Autofac/tests/UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests/Cogworks.AzureSearch.IoC.Autofac.UnitTests.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0 + net8.0;net7.0;net6.0 false diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj index a69176a..4eba343 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.LightInject/tests/UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests/Cogworks.AzureSearch.IoC.LightInject.UnitTests.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0 + net8.0;net7.0;net6.0 false diff --git a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj index 908cf09..5c2d7c5 100644 --- a/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj +++ b/src/IoC.Providers/Cogworks.AzureSearch.IoC.Microsoft/tests/UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests/Cogworks.AzureSearch.IoC.Microsoft.UnitTests.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0 + net8.0;net7.0;net6.0 false From aaf25e9e217d7018be938196eb50b49edf756b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20Sekmeno=C4=9Flu?= Date: Fri, 7 Jun 2024 08:47:04 +0300 Subject: [PATCH 3/3] updated nuget version in pipelines --- .github/workflows/build.yml | 8 ++++---- .github/workflows/changelog.yml | 4 ++-- .github/workflows/gitflow.yml | 2 +- .github/workflows/pull-request.yml | 8 ++++---- .github/workflows/release-github.yml | 2 +- .github/workflows/release-nuget.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1964663..63ce8e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest env: # Dotnet Setup - DOTNET_VERSION: 3.1.401 + DOTNET_VERSION: '8.x' # Stop wasting time caching packages DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -34,11 +34,11 @@ jobs: steps: - name: Checkout reference commit if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Checkout master if: ${{ github.event_name != 'pull_request' }} - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: uses: microsoft/setup-msbuild@v1 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_VERSION }} diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index ffb918b..e9e3e2c 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,7 +14,7 @@ jobs: CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -36,7 +36,7 @@ jobs: echo "branch=$branch_check" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 name: Checkout tag branch with: fetch-depth: 0 diff --git a/.github/workflows/gitflow.yml b/.github/workflows/gitflow.yml index 38a9959..bb5f07c 100644 --- a/.github/workflows/gitflow.yml +++ b/.github/workflows/gitflow.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: master fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 16b8784..5b1b765 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true # Dotnet Setup - DOTNET_VERSION: 3.1.401 + DOTNET_VERSION: '8.x' # Stop wasting time caching packages DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -27,13 +27,13 @@ jobs: runs-on: windows-latest steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup MSBuild uses: microsoft/setup-msbuild@v1 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_VERSION }} @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v4 - uses: actions/download-artifact@v1 with: diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index d304cff..520f2a2 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master fetch-depth: 0 diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index c9add94..b721b9b 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master fetch-depth: 0