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.
1 parent 8a3b292 commit ac7b0f6Copy full SHA for ac7b0f6
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: "3.13"
14
15
- id: cache
16
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17
with:
18
path: ~/.cache/pip
19
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_requirements.txt') }}
0 commit comments