Skip to content

Commit e29440f

Browse files
chore: update actions
1 parent 3f8bf8f commit e29440f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
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: |
@@ -25,7 +25,7 @@ jobs:
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') }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "surfkit"
3-
version = "0.1.393"
3+
version = "0.1.394"
44
description = "A toolkit for building AI agents that use devices"
55
authors = ["Patrick Barker <patrickbarkerco@gmail.com>", "Jeffrey Huckabay <jfhucka@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)