Skip to content

Commit 212f2c0

Browse files
Merge pull request #1 from SculptTechProject/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 60ffae7 + 87baa0c commit 212f2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: actions/setup-python@v5
99
with: { python-version: "3.11" }
1010
- run: pip install -U pip ruff mypy pytest pytest-cov scikit-learn fastapi uvicorn pydantic joblib

0 commit comments

Comments
 (0)