From 87b3633ec63ca12e078dd1f9f917ca36899d7ef8 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Mon, 13 Jul 2026 23:29:25 +0000 Subject: [PATCH] Update default Pack version to v0.40.8 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 edf63fa..18a6646 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.7' + default: '0.40.8' runs: using: "composite"