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