File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Use pip cache
3333 id : pip-cache
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : ${{ env.PIP_CACHE_DIR }}
3737 key : docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 2828
2929 - name : Use pip cache
3030 id : pip-cache
31- uses : actions/cache@v4
31+ uses : actions/cache@v5
3232 with :
3333 path : ${{ env.PIP_CACHE_DIR }}
3434 key : docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 4646
4747 - name : Use pip cache
4848 id : pip-cache
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ${{ env.PIP_CACHE_DIR }}
5252 key : tests-${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments