From 512ebd2e6e48c6c9454740ad805da1abb5e2e85b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 11:01:48 +0100 Subject: [PATCH] chore(deps): update sonicgarden/rspec-report-action action to v2.1.2 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Webb --- .github/workflows/lint-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-unit.yml b/.github/workflows/lint-unit.yml index 35da892..8470d10 100644 --- a/.github/workflows/lint-unit.yml +++ b/.github/workflows/lint-unit.yml @@ -31,7 +31,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