From 937793bec70c43ce93d2932f9ae799286ebaf933 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Mon, 6 May 2024 15:10:41 +0100 Subject: [PATCH] Update Github actions in the CI build --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4af6ae5a..adc57517 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@master - name: Set up dotnet core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 2.1.x @@ -21,7 +21,7 @@ jobs: 8.0.x - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 # Build the release build - name: Build the solution