diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 19cf89f..04d3315 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,11 +1,11 @@ steps: - label: ":bash: Plugin" plugins: - docker-compose#v4.2.0: + docker-compose#v4.5.0: run: plugin - label: ":ruby: Ruby" plugins: - docker-compose#v4.2.0: + docker-compose#v4.5.0: run: ruby - label: "✨ Lint" plugins: diff --git a/README.md b/README.md index 849bd9e..a0bf946 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ steps: - wait: ~ continue_on_failure: true - plugins: - - junit-annotate#v2.0.2: + - junit-annotate#v2.1.0: artifacts: tmp/junit-*.xml ``` @@ -87,7 +87,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe steps: - label: Annotate plugins: - - YourGithubHandle/junit-annotate#v2.0.2: + - YourGithubHandle/junit-annotate#v2.1.0: ... ``` diff --git a/docker-compose.yml b/docker-compose.yml index 98bab6c..b4f8766 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: depends_on: - ruby ruby: - image: ruby:3.1-alpine@sha256:c5acbb8bcc57cc3cb8da7f28077ec23c9c05217f26bd4e156d7b87df6dcf0c00 + image: ruby:3.1-alpine@sha256:a39e26d0598837f08c75a42c8b0886d9ed5cc862c4b535662922ee1d05272fca command: rake working_dir: /src volumes: