diff --git a/.github/workflows/build-dotnet-code.yml b/.github/workflows/build-dotnet-code.yml index 1d429a77..892d1ffe 100644 --- a/.github/workflows/build-dotnet-code.yml +++ b/.github/workflows/build-dotnet-code.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code into the directory uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 6.0.x include-prerelease: true