From 81356ae1ab1ef29a26ff0409930e76f84b3a239b Mon Sep 17 00:00:00 2001 From: jidicula Date: Sat, 4 Feb 2023 10:29:04 -0500 Subject: [PATCH] docs: Update example version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c4d479..2e252c3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.10.1 + uses: jidicula/clang-format-action@v4.10.2 with: clang-format-version: '13' check-path: 'src' @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.10.1 + uses: jidicula/clang-format-action@v4.10.2 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.10.1 + uses: jidicula/clang-format-action@v4.10.2 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}