We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
re-actors/cache-python-deps
1 parent 36a7dda commit ede56f4Copy full SHA for ede56f4
1 file changed
.github/workflows/pip-tools.yml
@@ -90,9 +90,9 @@ jobs:
90
id: calc-cache-key-files
91
uses: ./.github/actions/cache-keys
92
- name: Set up pip cache
93
- uses: ./.github/actions/cache-pip-deps
+ uses: re-actors/cache-python-deps@release/v1
94
with:
95
- cache-key-for-dep-files: >-
+ cache-key-for-dependency-files: >-
96
${{ steps.calc-cache-key-files.outputs.cache-key-for-dep-files }}
97
98
- name: Upgrade pip with `requires_python`
0 commit comments