From e1e9dd3f1c16d505705f305a825337332cb12944 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 21 Oct 2019 20:32:02 +0900 Subject: [PATCH] Update image version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2b277ed..b5c5574 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: 'Peter Evans' description: 'Creates a pull request for changes to your repository in the actions workspace' runs: using: 'docker' - image: 'docker://peterevans/create-pull-request:1.5.2' + image: 'docker://peterevans/create-pull-request:1.5.3' branding: icon: 'git-pull-request' color: 'gray-dark'