github: update git-clang-format-lint action

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2023-01-29 16:18:58 +00:00
parent 317275abf6
commit cee1287562
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
- uses: yshui/git-clang-format-lint@v1.13
- uses: yshui/git-clang-format-lint@v1.14
with:
base: ${{ github.event.pull_request.base.sha }}

View File

@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: yshui/git-clang-format-lint@v1.13
- uses: yshui/git-clang-format-lint@v1.14
with:
base: ${{ github.event.ref }}~1