diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 993f8b3..ec6bc08 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test --solution .\Keboo.VocalSlide.slnx --configuration Release --no-build --maximum-failed-tests 10 --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.9 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: '**/TestResults/coverage.cobertura.xml' targetdir: ${{github.workspace}}/.build/coveragereport/ @@ -84,7 +84,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.12.0 + - uses: fastify/github-action-merge-dependabot@v3.14.0 with: # For GitHub Auto Merge to work it must be enabled on the repo. # This can be done with the script here: