From 97c874d735041862c147da410128c8e009f27ffa Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:00:48 +0000 Subject: [PATCH] Bump rattler-build version to v0.30.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eaa02d3..bbd2f69 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: rattler-build-version: description: Version of rattler-build to use required: false - default: 'v0.28.1' + default: 'v0.30.0' recipe-path: description: Path to the recipe.yaml file required: true