From 3eab950e4bbf433b4df300ebeb419b749e8a2afa Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Mon, 29 Apr 2024 10:38:16 +0200 Subject: [PATCH] Bump version of used github action run-clang-format to v1.1.0 (#20) Signed-off-by: Andreas Heinrich --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 51c8667..cc4457f 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -24,7 +24,7 @@ jobs: with: path: source - name: Run clang-format - uses: everest/everest-ci/github-actions/run-clang-format@v1.0.0 + uses: everest/everest-ci/github-actions/run-clang-format@v1.1.0 with: source-dir: source extensions: hpp,cpp