From 149ad93962e6e282b2947df294f99cec3dbea72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:33:29 +0000 Subject: [PATCH] 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3230834..42270e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: path: coverage-history - name: Publish code coverage summary to run - uses: LouisBrunner/checks-action@v1.6.2 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} conclusion: ${{ job.status }}