Skip to content

Commit 4726374

Browse files
authored
docs: Prepare for v4.15.0 (#241)
1 parent da40ba9 commit 4726374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v4
106106
- name: Run clang-format style check for C/C++/Protobuf programs.
107-
uses: jidicula/clang-format-action@v4.14.0
107+
uses: jidicula/clang-format-action@v4.15.0
108108
with:
109109
clang-format-version: '13'
110110
check-path: 'src'
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- uses: actions/checkout@v4
131131
- name: Run clang-format style check for C/C++/Protobuf programs.
132-
uses: jidicula/clang-format-action@v4.14.0
132+
uses: jidicula/clang-format-action@v4.15.0
133133
with:
134134
clang-format-version: '13'
135135
check-path: ${{ matrix.path }}
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- uses: actions/checkout@v4
158158
- name: Run clang-format style check for C/C++/Protobuf programs.
159-
uses: jidicula/clang-format-action@v4.14.0
159+
uses: jidicula/clang-format-action@v4.15.0
160160
with:
161161
clang-format-version: '13'
162162
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)