Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private_key: ${{ secrets.CI_BOT_SECRET }}

- name: Checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.ci_bot_token.outputs.token }}
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private_key: ${{ secrets.CI_BOT_SECRET }}

- name: Checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.ci_bot_token.outputs.token }}
- name: Setup Node.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
max-file: "3"

ollama:
image: ollama/ollama:0.9.6
image: ollama/ollama:0.11.4
ports:
- 11434:11434
container_name: genlayer-ollama
Expand Down
Loading