Skip to content

Commit

Permalink
chore(deps): Bump DoozyX/clang-format-lint-action from 0.15 to 0.16 (#…
Browse files Browse the repository at this point in the history
…989)

Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.15 to 0.16.
<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.16</h2>
<p>add clang-format-16 <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/54">#54</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/a83a8fb7d371f66da7dd1c4f33a193023899494b"><code>a83a8fb</code></a> Merge pull request <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/54">#54</a> from Ballen7/clang-format-16</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/ea6231f04658f42e8dc68ea428fdbb676c722090"><code>ea6231f</code></a> readme</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/e0b42a46d771d343a6faf3ea9b128e46e46445f8"><code>e0b42a4</code></a> readme</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/418ddf52656d7a1c5c0933860c560b05a73ba813"><code>418ddf5</code></a> add clang-format-16</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/0687dbe54be70996314a2c4585a6377d1d33e992"><code>0687dbe</code></a> Merge pull request <a href="https://redirect.github.com/DoozyX/clang-format-lint-action/issues/51">#51</a> from jamesETsmith/master</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/529ae1093ab33c9c087c937aeb4b07cfd6b7d145"><code>529ae10</code></a> Updating version of add-and-commit in readme example</li>
<li>See full diff in <a href="https://github.com/DoozyX/clang-format-lint-action/compare/v0.15...v0.16">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.15&new-version=0.16)](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 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>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent 96c15fe commit 72702a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.15
- uses: DoozyX/clang-format-lint-action@v0.16
with:
source: '.'
exclude: './third_party'
Expand Down

0 comments on commit 72702a3

Please sign in to comment.