diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b20c1df..b1a74a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: path: DynamoSamples repository: DynamoDS/DynamoSamples - name: Setup dotnet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '8.0.x' - name: Disable problem matcher