From cb5e721b650dd9b4935802ea572f836718814f59 Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:38:16 +0000 Subject: [PATCH] Bump rattler-build version to v0.28.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eaa02d3..cbfb052 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.28.2' recipe-path: description: Path to the recipe.yaml file required: true