File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 python-version : 3.9
1919 - name : Cache pip
20- uses : actions/cache@v4
20+ uses : actions/cache@v5
2121 with :
2222 path : ~/.cache/pip
2323 key : ${{ runner.os }}-pip-py3.9-${{ hashFiles('.github/workflows/npm-publish.yml') }}
Original file line number Diff line number Diff line change 3737 python-version : ${{ matrix.python-version }}
3838 - name : Cache pip
3939 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : ~/.cache/pip
4343 key : ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
4848 pip install tox
4949 - name : tox env cache
5050 if : ${{ needs.pre_job.outputs.should_skip != 'true' && !startsWith(runner.os, 'windows') }}
51- uses : actions/cache@v4
51+ uses : actions/cache@v5
5252 with :
5353 path : ${{ github.workspace }}/.tox/py${{ matrix.python-version }}
5454 key : ${{ runner.os }}-tox-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
7171 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
7272 - name : Cache pip
7373 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
74- uses : actions/cache@v4
74+ uses : actions/cache@v5
7575 with :
7676 path : ~/.cache/pip
7777 key : ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
8282 pip install tox
8383 - name : tox env cache
8484 if : ${{ needs.pre_job.outputs.should_skip != 'true' && !startsWith(runner.os, 'windows') }}
85- uses : actions/cache@v4
85+ uses : actions/cache@v5
8686 with :
8787 path : ${{ github.workspace }}/.tox/py${{ matrix.python-version }}
8888 key : ${{ runner.os }}-tox-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
You can’t perform that action at this time.
0 commit comments