From d9becc88666baa3ec4c502719410506b0b83c89c Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 18:00:18 +0200 Subject: [PATCH] Prepare 1.0.3 release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 441ff2e..c7afe46 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ewjoachim/coverage-comment-action:v1.0.2 + image: docker://ewjoachim/coverage-comment-action:v1.0.3 env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}