From b05eccd53662bcc053faf343fc673ee17e2d32a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 3 Jan 2024 22:03:44 +0100 Subject: [PATCH] Added `fetch-depth: 0` to `actions/checkout@v4`. --- .github/workflows/pr_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 165a990d26..11970f5658 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -16,6 +16,8 @@ jobs: TEST_RESULTS: "/tmp/test-results" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: restore_cache uses: actions/cache@v3.3.2 with: