Skip to content

Commit 3c27867

Browse files
Merge pull request #710 from nextcloud/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8.1.1
ci(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 in /.github/workflows
2 parents 93fbd02 + 5a21ad8 commit 3c27867

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
@@ -81,7 +81,7 @@ jobs:
8181
done
8282
8383
- name: Create Pull Request
84-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
84+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
8585
with:
8686
body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
8787
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
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Create Pull Request
9999
if: steps.check_file_existence.outputs.files_exists == 'true'
100-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
100+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
101101
with:
102102
body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }} triggered by ${{ github.actor }}'
103103
branch: 'feat/workflow-auto-update-${{ github.event.inputs.name }}'

0 commit comments

Comments
 (0)