From ba8ab70d08dba22e17451454a8d2e8aeba484445 Mon Sep 17 00:00:00 2001 From: jidicula Date: Wed, 22 May 2024 14:58:05 -0400 Subject: [PATCH] docs(README): Release v4.13.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ad49f3..f56edf1 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '13' check-path: 'src' @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -154,7 +154,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}