Skip to content

Commit

Permalink
docs: Update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 4, 2023
1 parent 062f366 commit 81356ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}
Expand All @@ -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'] }}
Expand Down

0 comments on commit 81356ae

Please sign in to comment.