diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bbcf87db0..8e0ccdb03e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,9 +33,9 @@ jobs: run: function curl () { command curl --connect-timeout 30 --retry 10 "$@" ; } - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 9 - name: Cache build toolchain uses: actions/cache@v4