Skip to content

Commit d9a1f8d

Browse files
committed
docs(README): Update example version
1 parent f8c63e2 commit d9a1f8d

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
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v2
8888
- name: Run clang-format style check for C/C++/Protobuf programs.
89-
uses: jidicula/clang-format-action@v4.8.0
89+
uses: jidicula/clang-format-action@v4.9.0
9090
with:
9191
clang-format-version: '13'
9292
check-path: 'src'
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v2
113113
- name: Run clang-format style check for C/C++/Protobuf programs.
114-
uses: jidicula/clang-format-action@v4.8.0
114+
uses: jidicula/clang-format-action@v4.9.0
115115
with:
116116
clang-format-version: '13'
117117
check-path: ${{ matrix.path }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@v2
140140
- name: Run clang-format style check for C/C++/Protobuf programs.
141-
uses: jidicula/clang-format-action@v4.8.0
141+
uses: jidicula/clang-format-action@v4.9.0
142142
with:
143143
clang-format-version: '13'
144144
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)