From 212a592e09614b6af10ebc65cf07bc61b4f9faf9 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 8 Mar 2023 09:00:34 -0500 Subject: [PATCH] pin to brewkit ~0.5 --- .github/actions/setup-brewkit/action.yml | 2 +- tea.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-brewkit/action.yml b/.github/actions/setup-brewkit/action.yml index a837af4c..476dd14a 100644 --- a/.github/actions/setup-brewkit/action.yml +++ b/.github/actions/setup-brewkit/action.yml @@ -24,7 +24,7 @@ runs: id: tea with: prefix: ${{ inputs.prefix }} - +: tea.xyz/brewkit + +: tea.xyz/brewkit~0.5 # prevent pantry from reassigning TEA_PREFIX etc. srcroot: null diff --git a/tea.yaml b/tea.yaml index e60dab06..3bc66d2e 100644 --- a/tea.yaml +++ b/tea.yaml @@ -1,5 +1,5 @@ dependencies: - tea.xyz/brewkit: ^0.3 + tea.xyz/brewkit: ~0.5 env: TEA_PANTRY_PATH: ${{srcroot}}:{{home}}/.tea/tea.xyz/var/pantry TEA_PREFIX: ${{srcroot}}/tea.out