Skip to content

Commit da37b2d

Browse files
committed
fix(version): bump
1 parent 7513209 commit da37b2d

File tree

5 files changed

+1161
-1077
lines changed

5 files changed

+1161
-1077
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535
- uses: docker/setup-buildx-action@v3
36-
- uses: docker/build-push-action@v5
36+
- uses: docker/build-push-action@v6
3737
with:
3838
push: true
3939
context: .

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
python: python3.12
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -17,12 +17,12 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.3.3
20+
rev: v0.5.0
2121
hooks:
2222
- id: ruff
2323
- id: ruff-format
2424
- repo: https://github.com/commitizen-tools/commitizen
25-
rev: v3.18.3
25+
rev: v3.27.0
2626
hooks:
2727
- id: commitizen
2828
- id: commitizen-branch

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
mlflow:
5-
image: ghcr.io/mlflow/mlflow:v2.11.0
5+
image: ghcr.io/mlflow/mlflow:v2.14.1
66
ports:
77
- 5000:5000
88
environment:

0 commit comments

Comments
 (0)