From 71c765a45f238497aa760d53cd84c5f6baf4b2a5 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Tue, 30 Jul 2024 20:59:23 +0100 Subject: [PATCH] ci/github: 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 5b9125f51b..37876ce0b1 100644 --- a/.github/workflows/coding-style-pr.yml +++ b/.github/workflows/coding-style-pr.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v4 - run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }} - - uses: yshui/git-clang-format-lint@v1.15 + - uses: yshui/git-clang-format-lint@v1.16 with: base: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 96cc6965f3..c09ef5671b 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 2 - - uses: yshui/git-clang-format-lint@v1.15 + - uses: yshui/git-clang-format-lint@v1.16 with: base: ${{ github.event.ref }}~1