Skip to content

Commit cf54bdb

Browse files
Bump DoozyX/clang-format-lint-action from 0.18.2 to 0.20 (#369)
Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.18.2 to 0.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/doozyx/clang-format-lint-action/releases">DoozyX/clang-format-lint-action's releases</a>.</em></p> <blockquote> <h2>v0.20</h2> <p>Add clang 20 and 19</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73"><code>bcb4eb2</code></a> Updates to clang-format 20 and sets as default</li> <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/558090054b3f39e3d6af24f0cd73b319535da809"><code>5580900</code></a> Merge pull request <a href="https://redirect.github.com/doozyx/clang-format-lint-action/issues/82">#82</a> from d-griet/master</li> <li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/99a106be2f3f1a92d9783ea7c744fde62d8ce1fa"><code>99a106b</code></a> Add clang-format 19</li> <li>See full diff in <a href="https://github.com/doozyx/clang-format-lint-action/compare/v0.18.2...v0.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DoozyX/clang-format-lint-action&package-manager=github_actions&previous-version=0.18.2&new-version=0.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cde961f commit cf54bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: DoozyX/clang-format-lint-action@v0.18.2
20+
- uses: DoozyX/clang-format-lint-action@v0.20
2121
with:
2222
source: '.'
2323
python-lint:

0 commit comments

Comments
 (0)