This is an automated email from the ASF dual-hosted git repository.
MuhammadTahaNaveed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new fef54700 Fix installcheck fetch-depth parameter to 100 (#2461)
fef54700 is described below
commit fef547000e84ce73d44bbff81aa67e74e316858c
Author: John Gemignani <[email protected]>
AuthorDate: Fri Jul 3 08:23:05 2026 -0700
Fix installcheck fetch-depth parameter to 100 (#2461)
Fix the installcheck.yaml fetch-depth parameter to 100. This release,
being rather large, exceeded the original value of 75 (commits) and
caused the upgrade test to fail. The new value will resolve this and
make it unlikely to become a problem in the future.
NOTE: We need to keep releases under this number of commits.
modified: .github/workflows/installcheck.yaml
---
.github/workflows/installcheck.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/installcheck.yaml
b/.github/workflows/installcheck.yaml
index aa30ef3d..b1f78a98 100644
--- a/.github/workflows/installcheck.yaml
+++ b/.github/workflows/installcheck.yaml
@@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
with:
- fetch-depth: 75
+ fetch-depth: 100
- name: Build AGE
id: build