diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index f1205ef..ea684de 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch the whole repo history