diff --git a/README.md b/README.md index e026f9d..0549118 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.7.0 + uses: jidicula/clang-format-action@v4.8.0 with: clang-format-version: '13' check-path: 'src' @@ -110,7 +110,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.7.0 + uses: jidicula/clang-format-action@v4.8.0 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -137,7 +137,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.7.0 + uses: jidicula/clang-format-action@v4.8.0 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}