Skip to content

Commit

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

Bump jidicula/clang-format-action from 4.11.0 to 4.12.0
  • Loading branch information
oleksandr-pavlyk authored May 21, 2024
2 parents 9df040a + a72ebf4 commit 183bfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4.1.5
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.11.0
uses: jidicula/clang-format-action@v4.12.0
with:
clang-format-version: '11'
check-path: 'libsyclinterface'
- name: Run clang-format style check for api headers.
uses: jidicula/clang-format-action@v4.11.0
uses: jidicula/clang-format-action@v4.12.0
with:
clang-format-version: '11'
check-path: 'dpctl/apis'

0 comments on commit 183bfd7

Please sign in to comment.