From f4239a4e6c0b249ca213bd2d308e60e8d171398b Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Fri, 20 Dec 2024 18:01:36 +0200 Subject: [PATCH] CI: Use non read-only dependency cache to save/restore the cache --- .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 b2f997500a36..7711fbdb6ff5 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#3.7.1" +export CI_TOOLKIT="automattic/a8c-ci-toolkit#84a1cb6205bae6ff86dbff520bc3eb1dd90a3839" export TEST_COLLECTOR="test-collector#v1.10.1"