From 1dab555c37b00a44f4e945a33eaf2da9b09df293 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 22 Jan 2025 20:38:56 +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 5f16b165204a..827ac4aa30a8 100755 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -5,7 +5,7 @@ # The ~> modifier is not currently used, but we check for it just in case XCODE_VERSION=$(sed -E 's/^~> ?//' .xcode-version) -CI_TOOLKIT_PLUGIN_VERSION="3.7.1" +CI_TOOLKIT_PLUGIN_VERSION="3.9.1" export IMAGE_ID="xcode-$XCODE_VERSION-macos-14.7.1-v1" export CI_TOOLKIT_PLUGIN="automattic/a8c-ci-toolkit#$CI_TOOLKIT_PLUGIN_VERSION"