From 6d1930bae0fa164392262a4529763ae1b81b5fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:59:23 +0000 Subject: [PATCH] ci(deps): Bump phoenix-actions/test-reporting from 12 to 14 Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 12 to 14. - [Release notes](https://github.com/phoenix-actions/test-reporting/releases) - [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenix-actions/test-reporting/compare/v12...v14) --- updated-dependencies: - dependency-name: phoenix-actions/test-reporting dependency-type: direct:production update-type: version-update:semver-major ... 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 e5d7e7d..9274309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: 📜 Test report if: ${{ steps.changes.outputs.app == 'true' && matrix.os == 'ubuntu-latest' }} - uses: phoenix-actions/test-reporting@v12 + uses: phoenix-actions/test-reporting@v14 with: name: 📜 Test report path: 'reports/jest-*.xml'