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