Skip to content

Commit 48f51f7

Browse files
authored
update to use v0.1.4 (#7)
1 parent 9a85e5b commit 48f51f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Install gptscript
4545
uses: ./
4646
with:
47-
gptscript-release: '0.1.0'
47+
gptscript-release: '0.1.3'
4848
- name: Check install!
4949
run: gptscript --version

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.1.3'
12+
default: '0.1.4'
1313
install-dir:
1414
description: 'Where to install the gptscript binary'
1515
required: false

0 commit comments

Comments
 (0)