From 9a8b977235ce5be7bf2e1a80d3c1a21efae793bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:45:32 +0000 Subject: [PATCH] chore(deps): update sonicgarden/rspec-report-action action to v3 --- .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 3c261a85..888e588d 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@v2 + uses: SonicGarden/rspec-report-action@v3 with: token: ${{ env.GITHUB_TOKEN }} json-path: tmp/rspec_results.json