Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Aug 9, 2024
1 parent 3137b9d commit 12d1e1e
Show file tree
Hide file tree
Showing 22 changed files with 771 additions and 682 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
args: [--ignore-words=.codespellignore]
exclude: ^search_results\.json|src/ports/web/frontend/login\.rs|ofdb-gateways/src/user_communication/mod\.rs|doc/c4-plantuml/.*\.puml|Cargo.lock|ofdb-gateways/src/user_communication/templates/.*\.txt|ofdb-core/src/usecases/find_duplicates.rs|ofdb-gateways/src/email/sendmail.rs|ofdb-webserver/src/web/frontend/view/.*\.rs$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.4
rev: 0.29.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
Loading

0 comments on commit 12d1e1e

Please sign in to comment.