diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 149fcc0f67..cc87e48cf9 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -12,6 +12,10 @@ jobs: type: [maintenance] fail-fast: false steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 2 + - name: Configure Python run: | pip install boto3