From c6db632d9dc5b33b19fca62116c7d661aec8fed3 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 14 Feb 2024 17:29:11 +0000 Subject: [PATCH] ci: update git-clang-format Signed-off-by: Yuxuan Shui --- .github/workflows/coding-style-pr.yml | 2 +- .github/workflows/coding-style.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-style-pr.yml b/.github/workflows/coding-style-pr.yml index 5de4c67f..8ca2596c 100644 --- a/.github/workflows/coding-style-pr.yml +++ b/.github/workflows/coding-style-pr.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v3 - run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }} - - uses: yshui/git-clang-format-lint@v1.14 + - uses: yshui/git-clang-format-lint@v1.15 with: base: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 49f5379a..c2f86ad5 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 2 - - uses: yshui/git-clang-format-lint@v1.14 + - uses: yshui/git-clang-format-lint@v1.15 with: base: ${{ github.event.ref }}~1