Update actions/checkout to use fetch-depth 0 (all history) in order to handle pushes that contain more than one commit.

This commit is contained in:
David Anson
2022-10-05 06:15:27 +00:00
parent d7fae4d75e
commit a3541a5e8a
+1 -1
View File
@@ -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: