Skip to content

Commit d0ac608

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent aeca730 commit d0ac608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: install cmake-format
1515
run: pip install cmakelang==0.6.13
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: clang-format
1818
run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format -i
1919
- name: cmake-format

0 commit comments

Comments
 (0)