Skip to content

Commit b16d960

Browse files
Merge pull request #43 from Githubguy132010/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-7
Bump peter-evans/create-pull-request from 5 to 7 in /.github/workflows
2 parents f5d4d4e + e705b43 commit b16d960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
done
111111
112112
- name: Create Pull Request
113-
uses: peter-evans/create-pull-request@v5
113+
uses: peter-evans/create-pull-request@v7
114114
with:
115115
token: ${{ secrets.GITHUB_TOKEN }}
116116
commit-message: "docs: update automated documentation"

.github/workflows/update-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Create Pull Request
9898
if: steps.check-updates.outputs.updates_available == 'true'
99-
uses: peter-evans/create-pull-request@v5
99+
uses: peter-evans/create-pull-request@v7
100100
with:
101101
token: ${{ secrets.GITHUB_TOKEN }}
102102
commit-message: "chore: update package versions"

0 commit comments

Comments
 (0)