From 307979bfb5de67b038f881dd647b943d017e97a9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 8 Nov 2021 09:28:50 -0500 Subject: [PATCH] Update comment to reference actions/checkout#448 as the upstream issue. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba55bf6..9b22c4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,8 @@ jobs: steps: - uses: actions/checkout@v2 with: - # fetch all branches and tags (only way to get tags for versioning) + # fetch all branches and tags (to get tags for versioning) + # ref actions/checkout#448 fetch-depth: 0 - name: Setup Python uses: actions/setup-python@v2