From 738bef73b9dd3ccbc157b3b86ac5179a9f89c5cf Mon Sep 17 00:00:00 2001 From: Johanan Date: Thu, 28 Nov 2024 12:19:02 +0100 Subject: [PATCH] docs(README): Release v4.14.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73bc5f0..108a070 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '13' check-path: 'src' @@ -128,7 +128,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -155,7 +155,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}