Skip to content

Commit

Permalink
Bump version to 1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 13, 2023
1 parent 039a205 commit e702b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://uhafner/autograding-github-action:1.7.1'
image: 'docker://uhafner/autograding-github-action:1.7.3'
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 @@ -130,7 +130,7 @@
<version>${jib-maven-plugin.version}</version>
<configuration>
<to>
<image>docker.io/uhafner/autograding-github-action:1.7.1</image>
<image>docker.io/uhafner/autograding-github-action:1.7.3</image>
</to>
<from>
<image>maven:3.6.3-openjdk-8</image>
Expand Down

0 comments on commit e702b4b

Please sign in to comment.