From ad1b6ae61b4f1d9728fc088106ae508b2a23245f Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:20:47 +0100 Subject: Bump clang format action to 0.16.2 (#609) Current is 0.13 which was released October 2021. This bumps it latest at the time of writing, i.e. 0.16.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09af4df7..b4008843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.13 + - uses: DoozyX/clang-format-lint-action@v0.16.2 with: source: 'NorthstarDLL NorthstarLauncher' exclude: 'NorthstarDLL/include loader_launcher_proxy loader_wsock32_proxy' -- cgit v1.2.3