Skip to content

Commit

Permalink
Bump version of clang-format, its action and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
chillenzer authored and psychocoderHPC committed Oct 28, 2024
1 parent 2689825 commit c9c5ae9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: './thirdParty ./alpaka'
clangFormatVersion: 11
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.2
with:
exclude: "./thirdParty ./alpaka"
clangFormatVersion: 18

0 comments on commit c9c5ae9

Please sign in to comment.