From 5ea72c0ef524f3a67d9def225fecc54a0c8d0b79 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 7 Mar 2024 03:59:36 +0100 Subject: [PATCH] update tp v0.1.5 --- .github/workflows/test-action.yml | 2 +- README.md | 4 ++-- action.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 827e047..a195bb7 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.3' + gptscript-release: '0.1.4' - name: Check install! run: gptscript --version diff --git a/README.md b/README.md index c7fdf62..fd6ddcb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file: ```yaml uses: cpanato/gptscript-installer@main with: - gptscript-release: '0.1.4' # optional + gptscript-release: '0.1.5' # optional ``` Example using a pinned version: @@ -28,7 +28,7 @@ jobs: - name: Install gptscript uses: cpanato/gptscript-installer@main with: - gptscript-release: '0.1.4' + gptscript-release: '0.1.5' - name: Check install! run: gptscript --version ``` diff --git a/action.yaml b/action.yaml index 28c79db..c147f2c 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.4' + default: '0.1.5' install-dir: description: 'Where to install the gptscript binary' required: false