From 6261ca05ba1b74a6c4f85ba515b9b4eb116707b1 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 28 Jan 2026 18:12:49 -0500 Subject: [PATCH] test fetchdepth with tags --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fed5169..7f444e58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,11 @@ jobs: steps: - name: Checkout - uses: sithlord48/fancy-checkout@v1 + uses: actions/checkout@v6 + with: + fetch-depth: 0 + fetch-tags: true + set-safe-directory: true - name: Install Dependencies run: |