Skip to content

Commit

Permalink
fix(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Jun 28, 2024
1 parent 7513209 commit da37b2d
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_language_version:
python: python3.12
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -17,12 +17,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.5.0
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.18.3
rev: v3.27.0
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
mlflow:
image: ghcr.io/mlflow/mlflow:v2.11.0
image: ghcr.io/mlflow/mlflow:v2.14.1
ports:
- 5000:5000
environment:
Expand Down
Loading

0 comments on commit da37b2d

Please sign in to comment.