File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 sudo apt-get install -y poppler-utils
4848 if : ${{ needs.pre_job.outputs.should_skip != 'true' && startsWith(matrix.os, 'ubuntu') }}
4949 - name : Cache Mac dependencies
50- uses : actions/cache@v4
50+ uses : actions/cache@v5
5151 if : needs.pre_job.outputs.should_skip != 'true' && matrix.os == 'macos-latest'
5252 with :
5353 path : ~/Library/Caches/Homebrew
7070 - name : Windows dependencies cache
7171 id : windowscache
7272 if : needs.pre_job.outputs.should_skip != 'true' && matrix.os == 'windows-latest'
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : ${{ github.workspace }}\tools
7676 key : ${{ runner.os }}-${{ matrix.python-version }}-tools-${{ hashFiles('.github/workflows/pythontest.yml') }}
@@ -111,7 +111,7 @@ jobs:
111111 pip install tox
112112 - name : tox env cache
113113 if : ${{ needs.pre_job.outputs.should_skip != 'true' && !startsWith(runner.os, 'windows') }}
114- uses : actions/cache@v4
114+ uses : actions/cache@v5
115115 with :
116116 path : ${{ github.workspace }}/.tox/py${{ matrix.python-version }}
117117 key : ${{ runner.os }}-tox-py${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
You can’t perform that action at this time.
0 commit comments