Skip to content

Commit

Permalink
fix(.github): Bump github action deps
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Apr 16, 2024
1 parent e8e5c3e commit 3a7c22f
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"

- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: sdks/ts/node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('sdks/ts/package-lock.json') }}
Expand Down
48 changes: 24 additions & 24 deletions agents-api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agents-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pydantic = "^2.5.3"

[tool.poetry.group.dev.dependencies]
ipython = "^8.18.1"
black = "^23.12.1"
black = "^24.4.0"
ruff = "^0.1.9"
datamodel-code-generator = "^0.25.3"
cozo-migrate = "^0.2.0"
Expand Down
48 changes: 24 additions & 24 deletions model-serving/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model-serving/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ scikit-learn = "=1.4.0"


[tool.poetry.group.dev.dependencies]
black = "^23.12.1"
black = "^24.4.0"
pytest = "^8.0.0"
pytest-mock = "^3.12.0"
modal = "^0.62.24"
Expand Down
Loading

0 comments on commit 3a7c22f

Please sign in to comment.