File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 python -m pip install poetry
3030 - name : Cache the virtualenv
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : ./.venv
3434 key : ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 2727 run : |
2828 python -m pip install poetry
2929 - name : Cache the virtualenv
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : ./.venv
3333 key : ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 2525 run : |
2626 python -m pip install poetry
2727 - name : Cache the virtualenv
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : ./.venv
3131 key : ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 2020 run : |
2121 python -m pip install poetry
2222 - name : Cache the virtualenv
23- uses : actions/cache@v2
23+ uses : actions/cache@v4
2424 with :
2525 path : ./.venv
2626 key : ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments