diff --git a/action.yml b/action.yml index 3799004..63cfbcb 100644 --- a/action.yml +++ b/action.yml @@ -138,7 +138,7 @@ outputs: runs: using: docker # VERSION: when changing version update version in other places - image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.2 + image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3 args: - --config=${{ inputs.config || '''''' }} - --profile=${{ inputs.profile || '''''' }} diff --git a/main.go b/main.go index a32c492..fbade5f 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) const ( - Version = "v2.14.2" // VERSION: when changing version update version in other places + Version = "v2.14.3" // VERSION: when changing version update version in other places Name = "go-test-coverage" )