From 3ae406494e7dcd4585d0984a2189fbb36d9cd12e Mon Sep 17 00:00:00 2001 From: Bill Menees <13545825+menees@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:34:31 -0500 Subject: [PATCH] Upgrade actions --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d32b09..d14ae8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,12 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4.1.5 - - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1.1 + - name: Setup .NET + uses: actions/setup-dotnet@v4.0.0 + with: + dotnet-version: 6.0.x - name: Build everything run: |