aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-12-04 12:20:47 +0100
committerGitHub <noreply@github.com>2023-12-04 12:20:47 +0100
commitad1b6ae61b4f1d9728fc088106ae508b2a23245f (patch)
tree39c7c2c6c3e7695827efcdb1ae2686c1119f6032
parenta27c702b7d2189f80c5c441eb44a8a5b6922c538 (diff)
downloadNorthstarLauncher-ad1b6ae61b4f1d9728fc088106ae508b2a23245f.tar.gz
NorthstarLauncher-ad1b6ae61b4f1d9728fc088106ae508b2a23245f.zip
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
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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'