From 24d8c5ca99d0a3ed3dc4e2c8401fe9e1b5c38cea Mon Sep 17 00:00:00 2001 From: jidicula Date: Mon, 25 Jul 2022 18:11:00 -0400 Subject: [PATCH] docs: Update version in examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8141bc9..8efc90e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.6.2 + uses: jidicula/clang-format-action@v4.7.0 with: clang-format-version: '13' check-path: 'src' @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.5.0 + uses: jidicula/clang-format-action@v4.7.0 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -134,7 +134,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.5.0 + uses: jidicula/clang-format-action@v4.7.0 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}