fix: Unexpected input(s) 'depth' CI warnings (#33254)

This commit is contained in:
Hamir Mahal
2025-04-28 10:07:13 -07:00
committed by GitHub
parent d2360b533b
commit aea776a131

View File

@@ -17,13 +17,12 @@ jobs:
check-python-deps:
runs-on: ubuntu-22.04
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
depth: 1
fetch-depth: 1
- name: Setup Python
if: steps.check.outputs.python