diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 7cf64db..84d09b6 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.14 + - uses: DoozyX/clang-format-lint-action@v0.15 with: source: './' extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,ino'