diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8cb9950a30b307ba7e3a7f05d9b63f88ed03471b..80f290b2e930d66c9a6e58889584a801bdc09f74 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v15.0.4
+    rev: v15.0.6
     hooks:
     -   id: clang-format
         args: [--style=Google]