setup-ollama
Version updated for https://github.com/ai-action/setup-ollama to version v2.0.0.
- This action is used across all versions by 45 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-ollama GitHub Action automates the setup of the Ollama CLI within GitHub Actions workflows, enabling users to run large language model (LLM) prompts directly in CI/CD pipelines. It simplifies tasks like installing the Ollama CLI, executing model queries, and caching models for faster builds, providing an efficient solution for integrating LLM functionality into automated workflows.
Release notes
2.0.0 (2025-12-21)
⚠ BREAKING CHANGES
- action: bump Node.js runtime from 20 to 24