diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 111ed3c0b..3f78c0749 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,7 +12,7 @@ common: manifest: 'yarn.lock' - &cache-node-modules - cache#v1.10.0: + cache#v1.11.1: <<: *cache-node-modules-args - &load-secrets @@ -39,7 +39,7 @@ steps: plugins: - *shallow-clone - *load-secrets - - cache#v1.10.0: + - cache#v1.11.1: <<: *cache-node-modules-args save: - file @@ -66,7 +66,7 @@ steps: branches: 'main' plugins: - *shallow-clone - - cache#v1.10.0: + - cache#v1.11.1: <<: *cache-node-modules-args save: 'pipeline' command: 'echo --- :buildkite: Promoted caches to pipeline level'