diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8444b3e..d564edc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,7 +34,7 @@ jobs: run: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --results-directory ./code-coverage - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: code-coverage/**/coverage.cobertura.xml targetdir: coveragereport @@ -71,7 +71,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.12.0 + - uses: fastify/github-action-merge-dependabot@v3.13.0 deploy-nuget: if: ${{ github.event_name != 'pull_request' }}