From 69a5d76975736458f550bda2ae5b2505799eec88 Mon Sep 17 00:00:00 2001 From: Johanan Date: Wed, 22 May 2024 15:06:55 -0400 Subject: [PATCH] docs(README): Release v4.13.0 (#201) --- 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'] }}