From 845e22a314645ac5f4d606ece540f6fe25c87f4a Mon Sep 17 00:00:00 2001 From: Mikhail Merkulov Date: Tue, 26 Jul 2022 18:33:12 +0300 Subject: [PATCH] Feature/net 6 (#28) * Fixed workflow, no code changes --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8ce9b5..84ddc77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: lfs: true fetch-depth: 0 @@ -19,9 +19,9 @@ jobs: run: git fetch --tags shell: pwsh - name: 'Install .NET Core SDK' - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: - dotnet-version: 3.1.x + dotnet-version: '6.0.x' - name: 'Dotnet Tool Restore' run: dotnet tool restore shell: pwsh