diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index f7ab13d..827e047 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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 diff --git a/action.yaml b/action.yaml index 63eb63b..66280c5 100644 --- a/action.yaml +++ b/action.yaml @@ -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