Merge pull request #5485 from meilisearch/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 1 to 3
This commit is contained in:
Clément Renault
2025-04-14 11:40:37 +00:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

View File

@ -21,7 +21,7 @@ jobs:
# Use ubuntu-22.04 to compile with glibc 2.35
image: ubuntu:22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Install needed dependencies
run: |
apt-get update && apt-get install -y curl
@ -91,7 +91,7 @@ jobs:
env:
MEILI_TEST_OLLAMA_SERVER: "http://localhost:11434"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Ollama
run: |
curl -fsSL https://ollama.com/install.sh | sudo -E sh