From a3541a5e8a44a362ba2865f16533baca6a4b708e Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 5 Oct 2022 06:15:27 +0000 Subject: [PATCH] Update actions/checkout to use fetch-depth 0 (all history) in order to handle pushes that contain more than one commit. --- .github/workflows/changed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changed.yml b/.github/workflows/changed.yml index 731e345..d1bc006 100644 --- a/.github/workflows/changed.yml +++ b/.github/workflows/changed.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - uses: tj-actions/changed-files@v31.0.3 id: changed-files with: