From 623ebd91e841f58570db42aa6dd863b9a80312c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:03:56 +0200 Subject: [PATCH] Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#591) --- .github/workflows/formatapply.yml | 8 ++++---- .github/workflows/formatcheck.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/formatapply.yml b/.github/workflows/formatapply.yml index 2092d5f0f..b9b70bfdc 100644 --- a/.github/workflows/formatapply.yml +++ b/.github/workflows/formatapply.yml @@ -9,16 +9,16 @@ jobs: steps: - uses: actions/checkout@v4 # apply the formatting twice as a workaround for a clang-format bug - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - name: Commit Formatting diff --git a/.github/workflows/formatcheck.yml b/.github/workflows/formatcheck.yml index 6731e8e1d..4c8db54ff 100644 --- a/.github/workflows/formatcheck.yml +++ b/.github/workflows/formatcheck.yml @@ -8,8 +8,8 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file