File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 python-version : " 3.13"
2424
2525 - name : Cache pip
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.cache/pip
2929 key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
5656 python-version : " 3.13"
5757
5858 - name : Cache pip
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 path : ~/.cache/pip
6262 key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
8989 python-version : ${{ matrix.python-version }}
9090
9191 - name : Cache pip
92- uses : actions/cache@v4
92+ uses : actions/cache@v5
9393 with :
9494 path : ~/.cache/pip
9595 key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/pyproject.toml') }}
@@ -133,7 +133,7 @@ jobs:
133133 python-version : " 3.13"
134134
135135 - name : Cache pip
136- uses : actions/cache@v4
136+ uses : actions/cache@v5
137137 with :
138138 path : ~/.cache/pip
139139 key : ${{ runner.os }}-pip-verify-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments