From 6ed416f55934bce8c18efb68bb87fd06949e9a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:54:21 +0000 Subject: [PATCH] build(deps): bump check-run-reporter/action from 2.11.2 to 2.13.1 Bumps [check-run-reporter/action](https://github.com/check-run-reporter/action) from 2.11.2 to 2.13.1. - [Release notes](https://github.com/check-run-reporter/action/releases) - [Commits](https://github.com/check-run-reporter/action/compare/v2.11.2...v2.13.1) --- updated-dependencies: - dependency-name: check-run-reporter/action dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a45a78b..0faf343 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: args: '**/*.md' - name: Check Run Reporter - uses: check-run-reporter/action@v2.11.2 + uses: check-run-reporter/action@v2.13.1 if: ${{ always() }} with: token: '2005ace6-d376-42b7-ac05-1d3b8e8e9d24'