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 4747 with :
4848 python-version : ${{ matrix.python-version }}
4949
50- - uses : actions/cache@v4
50+ - uses : actions/cache@v5
5151 with :
5252 path : ${{ env.pythonLocation }}
5353 key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('docs/requirements.txt') }}
Original file line number Diff line number Diff line change 2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
28- - uses : actions/cache@v4
28+ - uses : actions/cache@v5
2929 with :
3030 path : ${{ env.pythonLocation }}
3131 key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('docs/requirements.txt') }}
Original file line number Diff line number Diff line change 2929 python-version : ' 3.10'
3030
3131 - name : Cache dependencies
32- uses : actions/cache@v4
32+ uses : actions/cache@v5
3333 with :
3434 path : ~/.cache/pip
3535 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments