From b59e23794bd5734c06fc2193e04b9a090a9d6e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:54:43 +0000 Subject: [PATCH] Bump LouisBrunner/checks-action from 2.0.0 to 3.1.0 Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 2.0.0 to 3.1.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index eff95079d..6728fac88 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -80,7 +80,7 @@ jobs: printf "\n---\n" >> $GITHUB_STEP_SUMMARY printf "$(cat build/dependencyUpdates/report.md)" >> $GITHUB_STEP_SUMMARY - name: Add GitHub check to commit - uses: LouisBrunner/checks-action@v2.0.0 + uses: LouisBrunner/checks-action@v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} name: Dependency updates report