Skip to content

Commit

Permalink
Merge pull request #225 from buildkite-plugins/readme-v2.5
Browse files Browse the repository at this point in the history
Update plugin version
  • Loading branch information
pzeballos committed Aug 5, 2024
2 parents f6e1481 + d3aa554 commit ae220eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- wait: ~
continue_on_failure: true
- plugins:
- junit-annotate#v2.4.1:
- junit-annotate#v2.5.0:
artifacts: tmp/junit-*.xml
```
Expand Down Expand Up @@ -114,7 +114,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.4.1:
- YourGithubHandle/junit-annotate#v2.5.0:
...
```
Expand Down

0 comments on commit ae220eb

Please sign in to comment.