Skip to content

Commit 65cff8f

Browse files
committed
Updated docker compose plugin to latest version
1 parent aa48047 commit 65cff8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
steps:
22
- label: ":bash: Plugin"
33
plugins:
4-
docker-compose#v3.9.0:
4+
docker-compose#v4.1.1:
55
run: plugin
66
- label: ":ruby: Ruby"
77
plugins:
8-
docker-compose#v3.9.0:
8+
docker-compose#v4.1.1:
99
run: ruby
1010
- label: "✨ Lint"
1111
plugins:
1212
plugin-linter#v3.0.0:
1313
id: junit-annotate
1414
- label: ":bash: Shellcheck"
1515
plugins:
16-
shellcheck#v1.2.0:
16+
shellcheck#v1.3.0:
1717
files: hooks/*

0 commit comments

Comments
 (0)