Skip to content

Commit ef8b9ec

Browse files
authored
Update ci_format workflow components (#1360)
1 parent 47b293d commit ef8b9ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-format.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v2
19-
- uses: actions/setup-python@v2
20-
with:
21-
python-version: 3.10.4
22-
- name: Install system hooks
23-
run: sudo apt-get install clang-format-14 cppcheck
24-
- uses: pre-commit/action@v2.0.3
25-
with:
26-
extra_args: --all-files --hook-stage manual
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-python@v5
20+
with:
21+
python-version: 3.10.4
22+
- name: Install system hooks
23+
run: sudo apt-get install clang-format-14 cppcheck
24+
- uses: pre-commit/action@v3.0.1
25+
with:
26+
extra_args: --all-files --hook-stage manual

0 commit comments

Comments
 (0)