From bb52fb9b0e0c40c3cf235f6851fdaae9c1b35129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:44:19 +0000 Subject: [PATCH] build(deps): bump LouisBrunner/checks-action from 1.2.0 to 1.3.1 Bumps [LouisBrunner/checks-action](https://github.com/LouisBrunner/checks-action) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/LouisBrunner/checks-action/releases) - [Commits](https://github.com/LouisBrunner/checks-action/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 53f090c34..c09a523a8 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -22,7 +22,7 @@ jobs: name: loadtest.md path: artifacts - name: Upload to GitHub Checks - uses: LouisBrunner/checks-action@v1.2.0 + uses: LouisBrunner/checks-action@v1.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} sha: ${{ github.event.workflow_run.head_sha }}