diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 3581f4a..5f1b60b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.x' # Wähle die gewünschte Python-Version - name: Install setuptools run: pip install setuptools - - uses: DoozyX/clang-format-lint-action@v0.11 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: '.' extensions: 'h,hpp,cpp,ino'