From c11f086043bb9fe99506e1b891c5f990a24717cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:13:21 +0000 Subject: [PATCH] Update SonicGarden/rspec-report-action action to v5 --- .github/actions/test-ruby/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 1bf14d69..64872e80 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -125,7 +125,7 @@ runs: - name: RSpec Report if: always() - uses: SonicGarden/rspec-report-action@v3 + uses: SonicGarden/rspec-report-action@v5 with: token: ${{ env.GITHUB_TOKEN }} json-path: tmp/rspec_results.json