Skip to content

Commit

Permalink
docs: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Dec 24, 2024
1 parent 2dd623c commit 5951753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
```

0 comments on commit 5951753

Please sign in to comment.