From 4575c3af2671ac60baa2e9ee9c7d6c326a51f159 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Jul 2021 02:49:39 +0000 Subject: [PATCH] Update buildkite plugin docker-compose to v3.8.0 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d264d68..c74661e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ steps: - label: ":shell: Tests" plugins: - docker-compose#v3.7.0: + docker-compose#v3.8.0: run: tests - label: ":sparkles: Lint"