diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 0837768..892f1be 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -28,7 +28,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Run clang-format
-      uses: jidicula/clang-format-action@v4.14.0
+      uses: jidicula/clang-format-action@v4.15.0
       with:
         clang-format-version: '14'
         check-path: ${{ matrix.path }}