From df538bfd988eb5d24e54c22a29f18057c148e150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 04:09:09 +0000 Subject: [PATCH] build(deps): bump LouisBrunner/checks-action from 1.3.1 to 1.5.0 Bumps [LouisBrunner/checks-action](https://github.com/LouisBrunner/checks-action) from 1.3.1 to 1.5.0. - [Release notes](https://github.com/LouisBrunner/checks-action/releases) - [Commits](https://github.com/LouisBrunner/checks-action/compare/v1.3.1...v1.5.0) --- 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 c09a523a8..7e5e45791 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.3.1 + uses: LouisBrunner/checks-action@v1.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} sha: ${{ github.event.workflow_run.head_sha }}