File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup Python
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : 3.11
17+ python-version : " 3.11"
1818
1919 - name : Install poetry
2020 run : |
2525 python -m poetry config virtualenvs.in-project true
2626
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 11[tool .poetry ]
22name = " surfkit"
3- version = " 0.1.393 "
3+ version = " 0.1.394 "
44description = " A toolkit for building AI agents that use devices"
55authors = [" Patrick Barker <patrickbarkerco@gmail.com>" , " Jeffrey Huckabay <jfhucka@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments