From d353993c8ed12e3f77e95e149659de910749b66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 07:04:31 +0000 Subject: [PATCH] Bump SonicGarden/rspec-report-action from 2.1.1 to 2.1.2 Bumps [SonicGarden/rspec-report-action](https://github.com/SonicGarden/rspec-report-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/SonicGarden/rspec-report-action/releases) - [Commits](https://github.com/SonicGarden/rspec-report-action/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: SonicGarden/rspec-report-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 e09aec5..7b78914 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@v2.1.1 + uses: SonicGarden/rspec-report-action@v2.1.2 with: token: ${{ secrets.GITHUB_TOKEN }} json-path: tmp/rspec_results.json