diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-09-04 22:05:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 22:05:23 +0200 |
commit | b75daf36ade1d8858adbbb98e1517cef8bd11ad0 (patch) | |
tree | bb212ba186ebdfdede2425f45afb407d76bb3a95 /.github/workflows | |
parent | 8f6f81caa54ad5122c6f8be26e59795161676d00 (diff) | |
download | NorthstarLauncher-b75daf36ade1d8858adbbb98e1517cef8bd11ad0.tar.gz NorthstarLauncher-b75daf36ade1d8858adbbb98e1517cef8bd11ad0.zip |
Bump clang-format-lint-action to v0.18.2 (#813)
which is the newest upstream version currently
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 821a8d1c..5f647faa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.16.2 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: 'primedev' exclude: 'primedev/include primedev/thirdparty primedev/wsockproxy' |