diff --git a/action.yml b/action.yml
index bc2ddab..3b9f2ab 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.4'
+  image: 'docker://peterevans/create-pull-request:1.6.0'
 branding:
   icon: 'git-pull-request'  
   color: 'gray-dark'