From 6e11a37fdba47e235d4e5c6eb9c6b06a2cc19897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:33:44 +0000 Subject: [PATCH] Bump RafikFarhad/clang-format-github-action from 2.1.0 to 3.2.0 Bumps [RafikFarhad/clang-format-github-action](https://github.com/rafikfarhad/clang-format-github-action) from 2.1.0 to 3.2.0. - [Release notes](https://github.com/rafikfarhad/clang-format-github-action/releases) - [Commits](https://github.com/rafikfarhad/clang-format-github-action/compare/v2.1.0...3.2.0) --- updated-dependencies: - dependency-name: RafikFarhad/clang-format-github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 ed4da90a0..99be06870 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -16,4 +16,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Check format - uses: RafikFarhad/clang-format-github-action@v2.1.0 \ No newline at end of file + uses: RafikFarhad/clang-format-github-action@3.2.0 \ No newline at end of file