From 74e41d982de080562e6866367e159acc30733006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Wed, 9 Nov 2022 16:44:47 +0100 Subject: [PATCH] CI: bump clang-format actions --- .github/workflows/on_push_clang_format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_push_clang_format.yml b/.github/workflows/on_push_clang_format.yml index 937e8efe..b7846eae 100644 --- a/.github/workflows/on_push_clang_format.yml +++ b/.github/workflows/on_push_clang_format.yml @@ -7,8 +7,8 @@ jobs: clang-format-checking: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.13 + - uses: actions/checkout@v3 + - uses: DoozyX/clang-format-lint-action@v0.14 with: source: '.' exclude: './xmpsdk ./contrib'