From f1141f4cf6d1f2c22bace38b2eebab7da8777c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 07:35:10 +0100 Subject: [PATCH] Update jidicula/clang-format-action action to v4.13.0 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
jidicula/clang-format-action (jidicula/clang-format-action) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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**: https://github.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 8ac0ac344..dfb31835e 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -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: .