From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:16:22 +0000 (+0000) Subject: build(deps): bump jidicula/clang-format-action from 4.12.0 to 4.13.0 X-Git-Tag: upstream/1.3.296~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21effda93a239cc4d726b37738c27fdc3e20ec3e;p=platform%2Fupstream%2FVulkan-Loader.git build(deps): bump jidicula/clang-format-action from 4.12.0 to 4.13.0 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] --- diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 64a5a642..429db379 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 }}