File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Setup Python
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.11"
1616 - name : cache poetry install
17- uses : actions/cache@v2
17+ uses : actions/cache@v4
1818 with :
1919 path : ~/.local
2020 key : poetry-1.4.2-0
2626 virtualenvs-in-project : true
2727 - name : cache deps
2828 id : cache-deps
29- uses : actions/cache@v2
29+ uses : actions/cache@v4
3030 with :
3131 path : .venv
3232 key : pydeps-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 7676 virtualenvs-in-project : true
7777 - name : cache deps
7878 id : cache-deps
79- uses : actions/cache@v2
79+ uses : actions/cache@v4
8080 with :
8181 path : .venv
8282 key : pydeps-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments