From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:15:36 +0000 (+0000) Subject: build(deps): bump jidicula/clang-format-action from 4.11.0 to 4.12.0 X-Git-Tag: upstream/1.3.296~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55c3d78e1621f38d1370583e2a8b29ee1f6123e3;p=platform%2Fupstream%2FVulkan-Loader.git build(deps): bump jidicula/clang-format-action from 4.11.0 to 4.12.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.11.0...v4.12.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 4e7a2e08..64a5a642 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.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '16' check-path: ${{ matrix.path }}