From 59517533fc21753efb185011e1811e94dc89e02b Mon Sep 17 00:00:00 2001 From: aki Date: Tue, 24 Dec 2024 16:01:41 +0900 Subject: [PATCH] docs: Update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7adb91..ebbd7c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: run: bundle exec rspec -f j -o tmp/rspec_results.json -f p - name: RSpec Report - uses: SonicGarden/rspec-report-action@v5 + uses: SonicGarden/rspec-report-action@v6 with: json-path: tmp/rspec_results.json if: always() @@ -96,7 +96,7 @@ jobs: path: /tmp/json-reports merge-multiple: true - name: RSpec Report - uses: SonicGarden/rspec-report-action@v5 + uses: SonicGarden/rspec-report-action@v6 with: json-path: /tmp/json-reports/rspec_results-*.json ```