From f735508b461d49d3ee4c0ad5f86141be69ba2ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:19:22 +0000 Subject: [PATCH] Bump cpp-linter/cpp-linter-action from 2.12.1 to 2.13.1 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.12.1 to 2.13.1. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.12.1...v2.13.1) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47966d3..5996218 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -117,7 +117,7 @@ jobs: - name: Lint if: ${{ matrix.os == 'ubuntu-latest'}} - uses: cpp-linter/cpp-linter-action@v2.12.1 + uses: cpp-linter/cpp-linter-action@v2.13.1 id: linter with: style: 'file'