From d030da0e5605beba9bbe2c27eac8eab219115550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 11:58:46 +0000 Subject: [PATCH] Bump PuneetMatharu/cmake-format-lint-action from 1.0.1 to 1.0.2 Bumps [PuneetMatharu/cmake-format-lint-action](https://github.com/PuneetMatharu/cmake-format-lint-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/PuneetMatharu/cmake-format-lint-action/releases) - [Commits](https://github.com/PuneetMatharu/cmake-format-lint-action/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: PuneetMatharu/cmake-format-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cmake-format-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-format-linter.yml b/.github/workflows/cmake-format-linter.yml index 4d7f6694..215e242c 100644 --- a/.github/workflows/cmake-format-linter.yml +++ b/.github/workflows/cmake-format-linter.yml @@ -15,7 +15,7 @@ jobs: - name: Format CMake files id: cmake-format - uses: PuneetMatharu/cmake-format-lint-action@v1.0.1 + uses: PuneetMatharu/cmake-format-lint-action@v1.0.2 with: args: --config-files .cmake-format.py --in-place