From 22b94ccf2014c99047a94b3330205e0a9c1af17a Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 23 Jan 2025 11:41:05 +1100 Subject: [PATCH] Use latest ci-toolkit, 3.9.1, to print better logs when caching See changes from https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/135 --- .buildkite/shared-pipeline-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/shared-pipeline-vars b/.buildkite/shared-pipeline-vars index 1b2131d4b1..b376c68842 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -5,7 +5,7 @@ # 🎗️ If you update the image to a newer Xcode version, don't forget to also update the badge in the README.md file accordingly for consistency XCODE_VERSION="16.1" -CI_TOOLKIT_PLUGIN_VERSION="3.7.1" +CI_TOOLKIT_PLUGIN_VERSION="3.9.1" # Note: `-v4` suffix added to use xcode-16.1-v4 image; remember to remove that suffix on next Xcode update export IMAGE_ID="xcode-$XCODE_VERSION-v4"