From 7146a67eb935231768ec638667d21f063373a994 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 1 Mar 2024 09:10:02 +0100 Subject: [PATCH] update to use v0.1.4 --- .github/workflows/test-action.yml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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