From f715912da70e7dbc5f2abd222edabfcffc8c237f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:28:54 +0000 Subject: [PATCH] Bump DoozyX/clang-format-lint-action from 0.5 to 0.17 Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.5 to 0.17. - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.5...v0.17) --- updated-dependencies: - dependency-name: DoozyX/clang-format-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test-via-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-via-cmake.yml b/.github/workflows/build-and-test-via-cmake.yml index 701e3ce..3ee1062 100644 --- a/.github/workflows/build-and-test-via-cmake.yml +++ b/.github/workflows/build-and-test-via-cmake.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: DoozyX/clang-format-lint-action@v0.5 + - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' exclude: './lib'