Skip to content

Commit

Permalink
docs(README): Release v4.13.0 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula authored May 22, 2024
1 parent c743836 commit 69a5d76
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 @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '13'
check-path: 'src'
Expand All @@ -127,7 +127,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
Expand All @@ -154,7 +154,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path['check'] }}
Expand Down

0 comments on commit 69a5d76

Please sign in to comment.