We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 612cbf1 + 6e4b7e6 commit 90cef41Copy full SHA for 90cef41
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-python@v4
22
with:
23
python-version: ${{ matrix.python-version }}
24
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
25
26
path: ~/.cache/pip
27
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments