From 025c407573a6056908f7c0774ece36f19a37275d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:15:02 +0000 Subject: [PATCH] build(deps): bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.6.2 to 2.0.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-major ... 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 9c0ad77f49..e1e8e8a9fa 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.6.2 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} sha: ${{ github.event.workflow_run.head_sha }}