chore: use checkout v3 with new depth (#1471)

This commit is contained in:
Christopher Angelo Phillips 2023-01-17 16:26:39 -05:00 committed by GitHub
parent 07aee798b0
commit 03971ace43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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