Skip to content

Commit 3c5c693

Browse files
committed
fix upgrade action
1 parent 1d3c2a8 commit 3c5c693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/upgrade-dependencies.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- uses: actions/setup-python@v4
6262
with:
6363
python-version: ${{ matrix.python-version }}
64-
cache: 'pip'
6564
- name: detect auto-upgrade-dependency branches
6665
id: changes
6766
run: echo "count=$(git branch -r | grep auto-dependency-upgrades- | wc -l | xargs)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)