From 3e382c695610fd841b93b083a99e16bee9774117 Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Mon, 30 Oct 2023 18:20:16 -0600 Subject: [PATCH] Add missing action config --- .github/workflows/version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9076878..496daaa 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: List all changed files uses: tj-actions/changed-files@v40