diff --git a/.github/workflows/formatapply.yml b/.github/workflows/formatapply.yml index b9b70bfdc..096a4fde7 100644 --- a/.github/workflows/formatapply.yml +++ b/.github/workflows/formatapply.yml @@ -9,13 +9,13 @@ 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.18 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: './src' clangFormatVersion: 18 style: file inplace: True - - uses: DoozyX/clang-format-lint-action@v0.18 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: './src' clangFormatVersion: 18 diff --git a/.github/workflows/formatcheck.yml b/.github/workflows/formatcheck.yml index 4c8db54ff..de7df2a47 100644 --- a/.github/workflows/formatcheck.yml +++ b/.github/workflows/formatcheck.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.18 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: './src' clangFormatVersion: 18