diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index e64c3f8..f1205ef 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch the whole repo history