From 920369ea9978543c050c4a2bc3ff155562bdb378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:59:15 +0000 Subject: [PATCH] chore(deps): bump phoenix-actions/test-reporting from 15 to 16 Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 15 to 16. - [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/f957cd93fc2d848d556fa0d03c57bc79127b6b5e...7317eea6e13c47348dd0bb318669485157c518d6) --- updated-dependencies: - dependency-name: phoenix-actions/test-reporting dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 12601be..d305a80 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -137,7 +137,7 @@ jobs: #Requires permissions.checks: write - name: Publish test results if: ${{ always() && inputs.output-test-results }} - uses: phoenix-actions/test-reporting@f957cd93fc2d848d556fa0d03c57bc79127b6b5e # v15 + uses: phoenix-actions/test-reporting@7317eea6e13c47348dd0bb318669485157c518d6 # v16 with: name: Test results path: ${{ inputs.test-results-file-pattern }}