Skip to content

Commit ab10b5f

Browse files
author
Diptorup Deb
authored
Merge pull request #1465 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 f703390 + 4779057 commit ab10b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
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: '14'
2424
check-path: 'numba_dpex/dpctl_iface'

0 commit comments

Comments
 (0)