File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878
7979 # ref: https://github.com/peter-evans/create-pull-request
8080 - name : Create a PR
81- uses : peter-evans/create-pull-request@v4.0.4
81+ uses : peter-evans/create-pull-request@v4.1.1
8282 # Don't try open PRs in forks or when the job is triggered by a push to
8383 # a branch other than the default branch.
8484 if : github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')
@@ -187,7 +187,7 @@ jobs:
187187
188188 # ref: https://github.com/peter-evans/create-pull-request
189189 - name : Create a PR
190- uses : peter-evans/create-pull-request@v4.0.4
190+ uses : peter-evans/create-pull-request@v4.1.1
191191 # Don't try open PRs in forks or when the job is triggered by a push to
192192 # a branch other than the default branch.
193193 if : github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')
You can’t perform that action at this time.
0 commit comments