diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ffc8af5e..d2f95321 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -35,7 +35,7 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release - name: Test with dotnet - uses: b3b00/coverlet-action@1.2.4 + uses: b3b00/coverlet-action@1.2.5 id: 'coverlet' if: env.RUN_TESTS with: