From e883f21b33a54d83342a5bc73eaef63fab27079d Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Mon, 3 Mar 2025 00:34:37 +0330 Subject: [PATCH] Bump docker-compose 2.33.1 (#3597) Merging to get things green --- get-compose-action/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-compose-action/action.yaml b/get-compose-action/action.yaml index 17d5993e70..7fac08d348 100644 --- a/get-compose-action/action.yaml +++ b/get-compose-action/action.yaml @@ -2,7 +2,7 @@ name: "Get Docker Compose" inputs: version: required: false - default: 2.32.3 + default: 2.33.1 description: "Docker Compose version" runs: