Skip to content

Commit

Permalink
ci: update clang-format action checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Hanqing Wu <[email protected]>
  • Loading branch information
wu-hanqing committed Oct 18, 2023
1 parent 74535f2 commit d3b75fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Clang Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# fetch everything to be able to compare with any ref
fetch-depth: 0
Expand Down

0 comments on commit d3b75fc

Please sign in to comment.