build(deps): bump jidicula/clang-format-action from 4.12.0 to 4.13.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 May 2024 17:16:22 +0000 (17:16 +0000)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 29 May 2024 07:30:15 +0000 (08:30 +0100)
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/format.yml

index 64a5a6423f441ddf8c23175de6fb68bf9c68f9bb..429db379742235c3e766c69b055962fdea1d25f9 100644 (file)
@@ -37,7 +37,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Run clang-format
-      uses: jidicula/clang-format-action@v4.12.0
+      uses: jidicula/clang-format-action@v4.13.0
       with:
         clang-format-version: '16'
         check-path: ${{ matrix.path }}