From 8a6ae92e88afc1bfa26b67721ef677a432e3d8e4 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Wed, 14 Feb 2024 23:49:55 +0000 Subject: [PATCH] Update default Pack version to v0.33.2 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 1128918..70b1e6d 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.33.1' + default: '0.33.2' runs: using: "composite"