Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f7819c1

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.3 (#3213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bf819f commit f7819c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git commit -m "build: bump version"
7575
7676
- name: Create Pull Request
77-
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2
77+
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
7878
with:
7979
author: GitHub Actions <noreply@github.com>
8080
body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release.

.github/workflows/update_publicsuffix_data.yml

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

2727
- name: Create Pull Request
2828
id: cpr
29-
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2
29+
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
3030
if: "${{ env.UPDATED == 'true' }}"
3131
with:
3232
author: GitHub Actions <noreply@github.com>

0 commit comments

Comments
 (0)