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 b0040fc commit f39cfd7Copy full SHA for f39cfd7
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
python-version: ${{ matrix.python-version }}
48
- uses: actions/checkout@v4
49
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4.1.0
50
51
path: ~/.cache/pip
52
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments