diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f27f02af..c0d3cab2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,12 +11,11 @@ jobs: runs-on: windows-2019 steps: - name: Check Out - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .Net - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.101 - include-prerelease: true - name: Restore run: dotnet restore - name: Build