From 4bc2b2a0ea6f1206ea4fd0800bed40934e51c795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:47:57 +0000 Subject: [PATCH] Bump SonicGarden/rspec-report-action from 5.0.0 to 5.1.0 Bumps [SonicGarden/rspec-report-action](https://github.com/sonicgarden/rspec-report-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/sonicgarden/rspec-report-action/releases) - [Commits](https://github.com/sonicgarden/rspec-report-action/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: SonicGarden/rspec-report-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 539e468..364bfc8 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -18,7 +18,7 @@ jobs: env: CHEF_LICENSE: accept-no-persist - name: RSpec Report - uses: SonicGarden/rspec-report-action@v5.0.0 + uses: SonicGarden/rspec-report-action@v5.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} json-path: tmp/rspec_results.json