From f3b1bd6331542dc6827a6389240940ee18c300a3 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 14 Oct 2019 01:58:42 +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 8a6dbf5..2b277ed 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.1' + image: 'docker://peterevans/create-pull-request:1.5.2' branding: icon: 'git-pull-request' color: 'gray-dark'