Skip to content

Commit ede56f4

Browse files
committed
Use re-actors/cache-python-deps @ pip-tools jobs
This is a follow-up for 6898033 that missed this place.
1 parent 36a7dda commit ede56f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pip-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
id: calc-cache-key-files
9191
uses: ./.github/actions/cache-keys
9292
- name: Set up pip cache
93-
uses: ./.github/actions/cache-pip-deps
93+
uses: re-actors/cache-python-deps@release/v1
9494
with:
95-
cache-key-for-dep-files: >-
95+
cache-key-for-dependency-files: >-
9696
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
9797
9898
- name: Upgrade pip with `requires_python`

0 commit comments

Comments
 (0)