File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 # ----------------------------------------------
4040 - name : Load cached venv
4141 id : cached-poetry-dependencies
42- uses : actions/cache@v2
42+ uses : actions/cache@v4
4343 with :
4444 path : .venv
4545 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
9191 # ----------------------------------------------
9292 - name : Load cached venv
9393 id : cached-poetry-dependencies
94- uses : actions/cache@v2
94+ uses : actions/cache@v4
9595 with :
9696 path : .venv
9797 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 4141 # ----------------------------------------------
4242 - name : Load cached venv
4343 id : cached-poetry-dependencies
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : .venv
4747 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 2929 # ----------------------------------------------
3030 - name : Load cached venv
3131 id : cached-poetry-dependencies
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : .venv
3535 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 3232 # ----------------------------------------------
3333 - name : Load cached venv
3434 id : cached-poetry-dependencies
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : .venv
3838 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments