Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
adisuciu committed Sep 25, 2023
1 parent 79c10b6 commit 51c5ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
Expand All @@ -24,8 +24,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: PuneetMatharu/[email protected]
with:
args: --config-files .cmake-format
args: --config-files .cmake-format --check

0 comments on commit 51c5ab9

Please sign in to comment.