Skip to content

Commit

Permalink
Bump clang format action to 0.16.2 (#609)
Browse files Browse the repository at this point in the history
Current is 0.13 which was released October 2021. This bumps it latest at the time of writing, i.e. 0.16.2
  • Loading branch information
GeckoEidechse authored Dec 4, 2023
1 parent a27c702 commit ad1b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ad1b6ae

Please sign in to comment.