Skip to content

Commit 81356ae

Browse files
committed
docs: Update example version
1 parent 062f366 commit 81356ae

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
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v3
9292
- name: Run clang-format style check for C/C++/Protobuf programs.
93-
uses: jidicula/clang-format-action@v4.10.1
93+
uses: jidicula/clang-format-action@v4.10.2
9494
with:
9595
clang-format-version: '13'
9696
check-path: 'src'
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v3
117117
- name: Run clang-format style check for C/C++/Protobuf programs.
118-
uses: jidicula/clang-format-action@v4.10.1
118+
uses: jidicula/clang-format-action@v4.10.2
119119
with:
120120
clang-format-version: '13'
121121
check-path: ${{ matrix.path }}
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- uses: actions/checkout@v3
144144
- name: Run clang-format style check for C/C++/Protobuf programs.
145-
uses: jidicula/clang-format-action@v4.10.1
145+
uses: jidicula/clang-format-action@v4.10.2
146146
with:
147147
clang-format-version: '13'
148148
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)