We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f0326 commit ccbc357Copy full SHA for ccbc357
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
python-version: "3.10"
23
24
- - uses: actions/cache@v4.0.0
+ - uses: actions/cache@v4.0.1
25
26
path: ~/.cache/pip
27
key: ${{ runner.os }}-pip-${{ hashFiles('./requirements*.txt') }}
.github/workflows/unit-test.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments