File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 python-version : " 3.10"
4949
5050 - name : Cache pip dependencies
51- uses : actions/cache@v4
51+ uses : actions/cache@v5
5252 with :
5353 path : ~/.cache/pip
5454 key : ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}
@@ -184,7 +184,7 @@ jobs:
184184 python-version : ${{ matrix.python-version }}
185185
186186 - name : Cache pip dependencies
187- uses : actions/cache@v4
187+ uses : actions/cache@v5
188188 with :
189189 path : ~/.cache/pip
190190 key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change 6161 python-version : " 3.10"
6262
6363 - name : Cache pip dependencies
64- uses : actions/cache@v4
64+ uses : actions/cache@v5
6565 with :
6666 path : ~/.cache/pip
6767 key : ubuntu-pip-3.10-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments