From afb7c166829aa0eb97ac543ce43e9b0494639b32 Mon Sep 17 00:00:00 2001 From: onenoteperpage Date: Wed, 26 Jun 2024 10:38:23 +1000 Subject: [PATCH] update gh-action --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 553c880..52a5171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up .NET + uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: '6.0.x' - name: Extract version number id: extract_version