From 66d150d4aeaa84f00fad834c3f9a7eeeb89ce501 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Mon, 9 Sep 2024 10:16:52 +0200 Subject: [PATCH] CI: Use clang-format-14 --- .github/workflows/format.yml | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 706b103..52fc2fa 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install clang-format-12 - run: sudo apt-get install clang-format-12 + - name: Install clang-format-14 + run: sudo apt-get install clang-format-14 - uses: pre-commit/action@v3.0.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f70c4ea..fc7c782 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -28,7 +28,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black