From 4a2f5c214aa47e86891e9907ab47046b89f59c98 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 12:02:31 +0200 Subject: [PATCH] Prepare release v1.0.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a05bac..5d7c3ec 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ewjoachim/coverage-comment-action:v1 + image: docker://ewjoachim/coverage-comment-action:v1.0.1 env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}