Skip to content

Commit 817fca9

Browse files
authored
bump gptscript to v0.8.2 (#24)
* bump gptscript to v0.8.2 * Update README.md
1 parent f3d3977 commit 817fca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file:
1111
```yaml
1212
uses: cpanato/gptscript-installer@main
1313
with:
14-
gptscript-release: '0.8.0' # optional
14+
gptscript-release: '0.8.2' # optional
1515
```
1616
1717
Example using a pinned version:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install gptscript
2929
uses: cpanato/gptscript-installer@main
3030
with:
31-
gptscript-release: '0.8.0'
31+
gptscript-release: '0.8.2'
3232
- name: Check install!
3333
run: gptscript --version
3434
```

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
gptscript-release:
1010
description: 'gptscript release version to be installed'
1111
required: false
12-
default: '0.8.0'
12+
default: '0.8.2'
1313
install-dir:
1414
description: 'Where to install the gptscript binary'
1515
required: false

0 commit comments

Comments
 (0)