From 2835d141467433ca849fe3c2948ca898bae88a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 22:31:51 +0000 Subject: [PATCH] chore(deps): bump PuneetMatharu/cmake-format-lint-action Bumps [PuneetMatharu/cmake-format-lint-action](https://github.com/puneetmatharu/cmake-format-lint-action) from 1.0.3 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.3...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/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 70e2515d..ef044c64 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -62,6 +62,6 @@ jobs: - uses: actions/checkout@v3 - name: Format CMake files id: cmake-format - uses: PuneetMatharu/cmake-format-lint-action@v1.0.3 + uses: PuneetMatharu/cmake-format-lint-action@v1.0.4 with: args: --config-files cmake-format.yaml \ No newline at end of file