Skip to content

Commit aea776a

Browse files
authored
fix: Unexpected input(s) 'depth' CI warnings (apache#33254)
1 parent d2360b5 commit aea776a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-python-deps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
check-python-deps:
1818
runs-on: ubuntu-22.04
1919
steps:
20-
2120
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
2221
uses: actions/checkout@v4
2322
with:
2423
persist-credentials: false
2524
submodules: recursive
26-
depth: 1
25+
fetch-depth: 1
2726

2827
- name: Setup Python
2928
if: steps.check.outputs.python

0 commit comments

Comments
 (0)