We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c3b26 commit 04db16eCopy full SHA for 04db16e
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
python-version: "3.10"
23
24
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4.1.2
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