From ae0d44129bac0b1a8b6b29781f72abb849f5e87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:24:39 +0000 Subject: [PATCH] Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.1.1 to 2.6.1. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.1.1...v2.6.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/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 77ca2acf0c63c..4e76775be025a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - - uses: cpp-linter/cpp-linter-action@v2.1.1 + - uses: cpp-linter/cpp-linter-action@v2.6.1 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}