Skip to content

Commit

Permalink
build: bump ollama from 0.5.11 to 0.5.12
Browse files Browse the repository at this point in the history
Release-As: 1.1.2
  • Loading branch information
remarkablemark committed Mar 2, 2025
1 parent 06fc490 commit 245ebfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ See [action.yml](action.yml).
### `version`

**Optional**: The CLI [version](https://github.com/ollama/ollama/releases). Defaults to [`0.5.11`](https://github.com/ollama/ollama/releases/tag/v0.5.11):
**Optional**: The CLI [version](https://github.com/ollama/ollama/releases). Defaults to [`0.5.12`](https://github.com/ollama/ollama/releases/tag/v0.5.12):

```yaml
- uses: ai-action/setup-ollama@v1
with:
version: 0.5.11
version: 0.5.12
```

### `name`
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: CLI version
required: false
default: 0.5.11
default: 0.5.12
name:
description: CLI name
required: false
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import path from 'path';

import { getBinaryPath, getDownloadObject } from './utils';

const DEFAULT_VERSION = '0.5.11';
const DEFAULT_VERSION = '0.5.12';
const DEFAULT_NAME = 'ollama';

export async function run() {
Expand Down

0 comments on commit 245ebfc

Please sign in to comment.