Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent d9e440d commit a92247a
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload coverage report
if: success()
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
max-file: "3"

ollama:
image: ollama/ollama:0.3.11
image: ollama/ollama:0.5.7
ports:
- 11434:11434
container_name: ollama
Expand Down
Loading

0 comments on commit a92247a

Please sign in to comment.