Skip to content

Commit 3a18028

Browse files
authored
docs: Prepare for v4.17.0 release (#279)
1 parent b596bc3 commit 3a18028

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
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@v4
110110
- name: Run clang-format style check for C/C++/Protobuf programs.
111-
uses: jidicula/clang-format-action@v4.16.0
111+
uses: jidicula/clang-format-action@v4.17.0
112112
with:
113113
clang-format-version: '13'
114114
check-path: 'src'
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Run clang-format style check for C/C++/Protobuf programs.
136-
uses: jidicula/clang-format-action@v4.16.0
136+
uses: jidicula/clang-format-action@v4.17.0
137137
with:
138138
clang-format-version: '13'
139139
check-path: ${{ matrix.path }}
@@ -160,7 +160,7 @@ jobs:
160160
steps:
161161
- uses: actions/checkout@v4
162162
- name: Run clang-format style check for C/C++/Protobuf programs.
163-
uses: jidicula/clang-format-action@v4.16.0
163+
uses: jidicula/clang-format-action@v4.17.0
164164
with:
165165
clang-format-version: '13'
166166
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)