Skip to content

Commit

Permalink
update to use v0.1.4 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 1, 2024
1 parent 9a85e5b commit 48f51f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Install gptscript
uses: ./
with:
gptscript-release: '0.1.0'
gptscript-release: '0.1.3'
- name: Check install!
run: gptscript --version
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -9,7 +9,7 @@ inputs:
gptscript-release:
description: 'gptscript release version to be installed'
required: false
default: '0.1.3'
default: '0.1.4'
install-dir:
description: 'Where to install the gptscript binary'
required: false
Expand Down

0 comments on commit 48f51f7

Please sign in to comment.