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 f39cfd7 commit 8c3a58cCopy full SHA for 8c3a58c
.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.1.0
+ - uses: actions/cache@v4.1.2
50
51
path: ~/.cache/pip
52
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments