From e3ec6a72f56f1821a93dd4cd8e9ac271cf417e23 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Mon, 23 Feb 2026 17:07:49 -0500 Subject: [PATCH 1/2] chore: Update fetch-depth comment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c25881d..f923da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 - uses: ./.github/actions/ci with: From 4220dfa5d5e180a5e91f72d2abf9b499a7c672c9 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 24 Feb 2026 09:40:42 -0500 Subject: [PATCH 2/2] chore: Remove fetch-depth from CI workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f923da7..ef89f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: ./.github/actions/ci with: