mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Bump ZedThree/clang-tidy-review from 0.10.0 to 0.10.1 (#4083)
Bumps [ZedThree/clang-tidy-review](https://github.com/ZedThree/clang-tidy-review) from 0.10.0 to 0.10.1. - [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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b27d6334f3
commit
dd39bd66a0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
|
||||
- name: clang-tidy review
|
||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
||||
uses: ZedThree/clang-tidy-review@v0.10.0
|
||||
uses: ZedThree/clang-tidy-review@v0.10.1
|
||||
id: review
|
||||
with:
|
||||
build_dir: build
|
||||
|
|
2
.github/workflows/post-clang-tidy-review.yml
vendored
2
.github/workflows/post-clang-tidy-review.yml
vendored
|
@ -35,5 +35,5 @@ jobs:
|
|||
- name: 'Unzip artifact'
|
||||
run: unzip clang-tidy-review.zip
|
||||
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.10.0
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.10.1
|
||||
id: review
|
||||
|
|
Loading…
Reference in a new issue