From 5cf60f57b3bb02964debf71cb8d19ff364f4c252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 04:58:13 +0000 Subject: [PATCH] chore(deps): bump scacap/action-surefire-report from 1.3.0 to 1.7.0 Bumps [scacap/action-surefire-report](https://github.com/scacap/action-surefire-report) from 1.3.0 to 1.7.0. - [Release notes](https://github.com/scacap/action-surefire-report/releases) - [Commits](https://github.com/scacap/action-surefire-report/compare/v1.3.0...v1.7.0) --- updated-dependencies: - dependency-name: scacap/action-surefire-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc67811..996b88e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Upload Test Report 📠 if: ${{ github.actor != 'dependabot[bot]' }} - uses: scacap/action-surefire-report@v1.3.0 + uses: scacap/action-surefire-report@v1.7.0 with: report_paths: '**/build/test-results/test/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }}