From a52800b662c71494e2de5ba23eb8856edb92f75d Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Fri, 12 Jul 2024 13:23:16 +0300 Subject: [PATCH] Deps: Update a8c ci toolkit to 3.4.2 Release Notes: https://github.com/Automattic/ a8c-ci-toolkit-buildkite-plugin/releases/tag/3.4.2 ------------------------------------------------------------------------ FYI: The breaking change in '3.0.0' is due to removing the 'nvm_install' command, but this repo doesn't use that anywhere anyway. As such, it is safe to apply this update. For more info see: https://github.com/wordpress-mobile/ WordPress-Utils-Android/pull/148/files#r1666828195 --- .buildkite/pipeline.yml | 2 +- .buildkite/schedules/dependency-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d87a5a0be..4012a1a18 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,7 +4,7 @@ common_params: # Common plugin settings to use with the `plugins` key. - &common_plugins - - automattic/a8c-ci-toolkit#2.15.0 + - automattic/a8c-ci-toolkit#3.4.2 agents: queue: "android" diff --git a/.buildkite/schedules/dependency-analysis.yml b/.buildkite/schedules/dependency-analysis.yml index 76bb30d63..c9cc59641 100644 --- a/.buildkite/schedules/dependency-analysis.yml +++ b/.buildkite/schedules/dependency-analysis.yml @@ -4,7 +4,7 @@ common_params: # Common plugin settings to use with the `plugins` key. - &common_plugins - - automattic/a8c-ci-toolkit#2.15.0 + - automattic/a8c-ci-toolkit#3.4.2 agents: queue: "android"