From 813e7deb4abb92695540f381ae4ea6d44c620f66 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Tue, 14 Nov 2023 20:21:41 +0000 Subject: [PATCH] Update default Pack version to v0.32.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 f18a00b..b179ba2 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.31.0' + default: '0.32.1' runs: using: "composite"