From ed258b1479641c5cba7e8a83ddf11b13becd3058 Mon Sep 17 00:00:00 2001 From: Jonathan Derrough Date: Sat, 25 Sep 2021 12:09:21 +0700 Subject: [PATCH] Bump docker image to v1.0.3 in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 79af3f4..2b458fc 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: default: 'console' runs: using: 'docker' - image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.2' + image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.3' args: - ${{ inputs.filename }} - '--badge'