From c233436d0bba46e95017c905dbb52de7ec0d1ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:32:59 +0000 Subject: [PATCH] Bump ZedThree/clang-tidy-review from 0.19.0 to 0.20.0 Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/zedthree/clang-tidy-review/releases) - [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md) - [Commits](https://github.com/zedthree/clang-tidy-review/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2e760a1994..bceb44c845 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -98,7 +98,7 @@ jobs: run: | xvfb-run cmake --build build --config ${{ env.BUILD_TYPE }} - - uses: ZedThree/clang-tidy-review@v0.19.0 + - uses: ZedThree/clang-tidy-review@v0.20.0 id: review if: github.event_name == 'pull_request' with: