Skip to content

Commit 93ff1e2

Browse files
Merge pull request #1697 from IntelPython/dependabot/github_actions/jidicula/clang-format-action-4.13.0
Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
2 parents 60fc3eb + c44ee3f commit 93ff1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_style_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Run clang-format style check for C/C++ programs.
21-
uses: jidicula/clang-format-action@v4.12.0
21+
uses: jidicula/clang-format-action@v4.13.0
2222
with:
2323
clang-format-version: '11'
2424
check-path: 'libsyclinterface'
2525
- name: Run clang-format style check for api headers.
26-
uses: jidicula/clang-format-action@v4.12.0
26+
uses: jidicula/clang-format-action@v4.13.0
2727
with:
2828
clang-format-version: '11'
2929
check-path: 'dpctl/apis'

0 commit comments

Comments
 (0)