From 4e6ea4a5f87ea6c65e8567cf14f5509f572a3e5a Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Sat, 2 May 2026 23:27:44 +0000 Subject: [PATCH] Update default Pack version to v0.40.4 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 2606854..c118ead 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.40.2' + default: '0.40.4' runs: using: "composite"