From 07aee798b08a0a07370a85cc923e5e30c8ff384d Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:03:29 -0500 Subject: [PATCH] chore: use checkout v2 for tag depth (#1470) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 239faf683..a91ad2b33 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: contents: write packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Bootstrap environment uses: ./.github/actions/bootstrap