Skip to content

Commit 87e4c62

Browse files
Merge pull request #666 from nextcloud/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8.1.0
ci(deps): Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 in /.github/workflows
2 parents 73982b7 + bc46b1a commit 87e4c62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch-workflow-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
done
6868
6969
- name: Create Pull Request
70-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
70+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
7171
with:
7272
body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
7373
branch: 'feat/workflow-auto-update-all-templates-${{ github.event.inputs.branch }}'

.github/workflows/dispatch-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Create Pull Request
8686
if: steps.check_file_existence.outputs.files_exists == 'true'
87-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
87+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
8888
with:
8989
body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
9090
branch: 'feat/workflow-auto-update-${{ github.event.inputs.name }}'

0 commit comments

Comments
 (0)