Update Github actions in the CI build

This commit is contained in:
Richard Webb 2024-05-06 15:10:41 +01:00 committed by BobLd
parent 2cf8762128
commit 937793bec7

View File

@ -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