From b79aaf204e1a52fbbdac6f9a736b656c3ede57a0 Mon Sep 17 00:00:00 2001 From: Raffael Herrmann Date: Fri, 26 Apr 2024 22:39:40 +0200 Subject: [PATCH] Update wf-build-release.yml Updated setup-dotnet version in Github action build script --- .github/workflows/wf-build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wf-build-release.yml b/.github/workflows/wf-build-release.yml index 530b472f..012001db 100644 --- a/.github/workflows/wf-build-release.yml +++ b/.github/workflows/wf-build-release.yml @@ -52,7 +52,7 @@ jobs: path: D:\a\qrcoder\qrcoder - name: Install additional .NET SDKs - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 1.0.x