From 405faacaa9431591108bde589ebcbbd66f5e18dc Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Mon, 10 Mar 2025 15:41:49 +0200 Subject: [PATCH] CI: Update a8c-ci-toolkit to 5.1.3 Release Notes: https://github.com/Automattic/ a8c-ci-toolkit-buildkite-plugin/releases/tag/5.1.3 FYI: This is done in order to be able to utilize the newly added improvement on the 'comment_with_manifest_diff' command. --- .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 20e3e0ebb8d..5ba96592583 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -3,5 +3,5 @@ # This file is `source`'d before calling `buildkite-agent pipeline upload`, and can be used # to set up some variables that will be interpolated in the `.yml` pipeline before uploading it. -export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.1.2" +export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.1.3" export TEST_COLLECTOR="test-collector#v1.10.1"