diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4a7cac8..d6bafb8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -33,7 +33,7 @@ jobs: run: dotnet test --configuration Release --no-build -- --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.6 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: '**/TestResults/coverage.cobertura.xml' targetdir: coveragereport @@ -70,7 +70,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.12.0 + - uses: fastify/github-action-merge-dependabot@v3.14.0 with: use-github-auto-merge: true