Skip to content

Commit fcedf3c

Browse files
chore(deps): update all non-major dependencies
1 parent 6e57df9 commit fcedf3c

3 files changed

Lines changed: 1439 additions & 1335 deletions

File tree

.github/workflows/validate-code.yml

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

4444
- name: Upload coverage report
4545
if: success() && matrix.os == 'ubuntu-latest'
46-
uses: codecov/codecov-action@v5.4.3
46+
uses: codecov/codecov-action@v5.5.4
4747
with:
4848
verbose: true
4949
token: ${{ secrets.CODECOV_TOKEN }}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868

6969

7070
webdriver:
71-
image: yeagerai/genlayer-genvm-webdriver:0.0.3
71+
image: yeagerai/genlayer-genvm-webdriver:0.0.11
7272
shm_size: 2gb
7373
environment:
7474
- PORT=${WEBDRIVERPORT:-4444}
@@ -84,7 +84,7 @@ services:
8484
max-file: "3"
8585

8686
ollama:
87-
image: ollama/ollama:0.9.6
87+
image: ollama/ollama:0.22.1
8888
ports:
8989
- 11434:11434
9090
container_name: genlayer-ollama

0 commit comments

Comments
 (0)