diff --git a/.github/workflows/coding-style-pr.yml b/.github/workflows/coding-style-pr.yml index e5b40c54..e25eaff9 100644 --- a/.github/workflows/coding-style-pr.yml +++ b/.github/workflows/coding-style-pr.yml @@ -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.11 + - uses: yshui/git-clang-format-lint@v1.13 with: base: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 79c7edc7..00862251 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - uses: yshui/git-clang-format-lint@v1.12 + - uses: yshui/git-clang-format-lint@v1.13 with: base: ${{ github.event.ref }}~1