From 0f03dc1d9a8dfb28d80669e1fe40be5a9a9dc0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:35:05 +0000 Subject: [PATCH] Bump PuneetMatharu/cmake-format-lint-action from 1.0.2 to 1.0.4 Bumps [PuneetMatharu/cmake-format-lint-action](https://github.com/puneetmatharu/cmake-format-lint-action) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/puneetmatharu/cmake-format-lint-action/releases) - [Commits](https://github.com/puneetmatharu/cmake-format-lint-action/compare/v1.0.2...v1.0.4) --- 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 8be840d6..bc1858d5 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.2 + uses: PuneetMatharu/cmake-format-lint-action@v1.0.4 with: args: --config-files .cmake-format.py --in-place