From 9bc18e1934dd4a0b3ce5a2f3332f1c513b7ace36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:12:20 +0000 Subject: [PATCH] actions(deps): bump phoenix-actions/test-reporting from 13 to 14 Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 13 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/v13...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/terraform-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-tests.yaml b/.github/workflows/terraform-tests.yaml index 8a1f411..26748c4 100644 --- a/.github/workflows/terraform-tests.yaml +++ b/.github/workflows/terraform-tests.yaml @@ -142,7 +142,7 @@ jobs: - name: Publish the TerraTest summary id: junit-summary - uses: phoenix-actions/test-reporting@v13 + uses: phoenix-actions/test-reporting@v14 if: always() with: name: TerraTest Summary @@ -153,7 +153,7 @@ jobs: - name: Publish the TerraTest results id: junit-report - uses: phoenix-actions/test-reporting@v13 + uses: phoenix-actions/test-reporting@v14 if: always() with: name: Terraform CI / Testing / TerraTest Results