Skip to content

Commit c481780

Browse files
authored
Merge pull request #326 from BryanLaura/renovate/peter-evans-create-pull-request-digest
Update peter-evans/create-pull-request digest to 10db758
2 parents 54d6371 + 063ea18 commit c481780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/remove-unused-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Remove script results file
3434
run: rm -rf ./results.md
3535
- name: Create pull request
36-
uses: peter-evans/create-pull-request@95767e7d51a7ebe6b4820b6ee9432ed9e747ef89
36+
uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
3737
with:
3838
# need to use a token with repo and workflow scopes for this step
3939
token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}

.github/workflows/update-graphql-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
script/graphql/build-changelog-from-markdown.js
4747
- name: Create pull request
4848
id: create-pull-request
49-
uses: peter-evans/create-pull-request@95767e7d51a7ebe6b4820b6ee9432ed9e747ef89
49+
uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
5050
with:
5151
# need to use a token with repo and workflow scopes for this step
5252
token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}

0 commit comments

Comments
 (0)