Skip to content

Commit 5348c36

Browse files
authored
Merge pull request #178 from buildkite-plugins/toote_minor_fixes
Minor fixes
2 parents 54f9949 + 910177d commit 5348c36

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
steps:
22
- label: ":bash: Plugin"
33
plugins:
4-
docker-compose#v4.2.0:
4+
docker-compose#v4.5.0:
55
run: plugin
66
- label: ":ruby: Ruby"
77
plugins:
8-
docker-compose#v4.2.0:
8+
docker-compose#v4.5.0:
99
run: ruby
1010
- label: "✨ Lint"
1111
plugins:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- wait: ~
1515
continue_on_failure: true
1616
- plugins:
17-
- junit-annotate#v2.0.2:
17+
- junit-annotate#v2.1.0:
1818
artifacts: tmp/junit-*.xml
1919
```
2020
@@ -87,7 +87,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
8787
steps:
8888
- label: Annotate
8989
plugins:
90-
- YourGithubHandle/junit-annotate#v2.0.2:
90+
- YourGithubHandle/junit-annotate#v2.1.0:
9191
...
9292
```
9393

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
depends_on:
88
- ruby
99
ruby:
10-
image: ruby:3.1-alpine@sha256:c5acbb8bcc57cc3cb8da7f28077ec23c9c05217f26bd4e156d7b87df6dcf0c00
10+
image: ruby:3.1-alpine@sha256:a39e26d0598837f08c75a42c8b0886d9ed5cc862c4b535662922ee1d05272fca
1111
command: rake
1212
working_dir: /src
1313
volumes:

0 commit comments

Comments
 (0)