Skip to content

Commit

Permalink
Merge pull request #1361 from IntelPython/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…idicula/clang-format-action-4.11.0

Bump jidicula/clang-format-action from 4.9.0 to 4.11.0
  • Loading branch information
diptorupd authored Feb 26, 2024
2 parents f75c2dd + f64bc6b commit 358e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.9.0
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '14'
check-path: 'numba_dpex/dpctl_iface'

0 comments on commit 358e8bc

Please sign in to comment.