From 1b13abceb474be306b33c2aa197b583602b26be1 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 2 Feb 2024 13:15:23 +0800 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ef63c0df80..7239806f60 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -88,6 +88,8 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: distribution: 'temurin'