diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1087c38..d27ae81 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -40,7 +40,7 @@ jobs: with: repository: ${{ inputs.repository }} - name: Setup dotnet - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee #v4.0.1 + uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 #v4.1.0 with: dotnet-version: ${{ inputs.dotnet_version }} - name: Disable problem matcher