Skip to content

Commit

Permalink
Update jidicula/clang-format-action action to v4.13.0 (#68)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[jidicula/clang-format-action](https://togithub.com/jidicula/clang-format-action)
| action | minor | `v4.12.0` -> `v4.13.0` |

---

### Release Notes

<details>
<summary>jidicula/clang-format-action
(jidicula/clang-format-action)</summary>

###
[`v4.13.0`](https://togithub.com/jidicula/clang-format-action/releases/tag/v4.13.0)

[Compare
Source](https://togithub.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0)

#### What's Changed

- fix(ci): Add correct workflow perms for package publishing by
[@&#8203;jidicula](https://togithub.com/jidicula) in
[https://github.com/jidicula/clang-format-action/pull/191](https://togithub.com/jidicula/clang-format-action/pull/191)
- docs: Various README and doc fixes by
[@&#8203;jidicula](https://togithub.com/jidicula) in
[https://github.com/jidicula/clang-format-action/pull/193](https://togithub.com/jidicula/clang-format-action/pull/193)
- ci(go): Upgrade to Go 1.22 by
[@&#8203;jidicula](https://togithub.com/jidicula) in
[https://github.com/jidicula/clang-format-action/pull/194](https://togithub.com/jidicula/clang-format-action/pull/194)
- feat(check): Expose the full clang-format version by
[@&#8203;jidicula](https://togithub.com/jidicula) in
[https://github.com/jidicula/clang-format-action/pull/195](https://togithub.com/jidicula/clang-format-action/pull/195)
- ci(ubuntu): Add support for ubuntu-24.04 runners by
[@&#8203;jidicula](https://togithub.com/jidicula) in
[https://github.com/jidicula/clang-format-action/pull/197](https://togithub.com/jidicula/clang-format-action/pull/197)

**Full Changelog**:
jidicula/clang-format-action@v4.12.0...v4.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/artis-mcrt/artis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and lukeshingles committed May 23, 2024
1 parent 059e793 commit f1141f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '18'
check-path: .
Expand Down

0 comments on commit f1141f4

Please sign in to comment.