From c4e0853d163faa6ec64d5244124c3c394d63a41c Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Mon, 5 Aug 2024 19:32:32 +0000 Subject: [PATCH] Update default Pack version to v0.35.1 Signed-off-by: GitHub --- setup-pack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-pack/action.yml b/setup-pack/action.yml index f007330..87eb438 100644 --- a/setup-pack/action.yml +++ b/setup-pack/action.yml @@ -6,7 +6,7 @@ inputs: pack-version: description: 'The version of pack to install' required: false - default: '0.35.0' + default: '0.35.1' runs: using: "composite"