Skip to content

Commit a4a5fb4

Browse files
fix(deps): update all non-major dependencies
1 parent d9e440d commit a4a5fb4

File tree

4 files changed

+301
-116
lines changed

4 files changed

+301
-116
lines changed

.github/workflows/validate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload coverage report
3838
if: success()
39-
uses: codecov/codecov-action@v5.1.1
39+
uses: codecov/codecov-action@v5.2.0
4040
with:
4141
verbose: true
4242
token: ${{ secrets.CODECOV_TOKEN }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090
max-file: "3"
9191

9292
ollama:
93-
image: ollama/ollama:0.3.11
93+
image: ollama/ollama:0.5.7
9494
ports:
9595
- 11434:11434
9696
container_name: ollama

0 commit comments

Comments
 (0)