diff --git a/README.md b/README.md index 6ecc93a..5cc0cac 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.4.0 + uses: jidicula/clang-format-action@v4.4.1 with: clang-format-version: '13' check-path: 'src' @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.4.0 + uses: jidicula/clang-format-action@v4.4.1 with: clang-format-version: '13' check-path: ${{ matrix.path }} @@ -131,7 +131,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.4.0 + uses: jidicula/clang-format-action@v4.4.1 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}