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'] }}