From 03971ace43b877e371c13e3f786c1f6c3a4ec507 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:26:39 -0500 Subject: [PATCH] chore: use checkout v3 with new depth (#1471) --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a91ad2b33..6dcd5bc38 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,9 @@ jobs: contents: write packages: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Bootstrap environment uses: ./.github/actions/bootstrap