diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 993f8b3..1df7996 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -22,7 +22,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET Core uses: actions/setup-dotnet@v5 @@ -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.15.0 with: # For GitHub Auto Merge to work it must be enabled on the repo. # This can be done with the script here: