Skip to content

Commit

Permalink
Bump version to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 15, 2024
1 parent d0c7a11 commit 7b21aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://uhafner/quality-monitor:1.4.0'
image: 'docker://uhafner/quality-monitor:1.5.0'
env:
CONFIG: ${{ inputs.config }}
CHECKS_NAME: ${{ inputs.checks-name }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>quality-monitor</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void shouldShowErrors() throws TimeoutException {
}

private GenericContainer<?> createContainer() {
return new GenericContainer<>(DockerImageName.parse("uhafner/quality-monitor:1.3.0"));
return new GenericContainer<>(DockerImageName.parse("uhafner/quality-monitor:1.5.0"));
}

private String readStandardOut(final GenericContainer<? extends GenericContainer<?>> container) throws TimeoutException {
Expand Down

0 comments on commit 7b21aa1

Please sign in to comment.