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

Commit 640c3b9

Browse files
chore(deps): update peter-evans/create-pull-request action to v7.0.5 (#3223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db98d3b commit 640c3b9

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@2f38cd26bfebe301a5ee90bdd6550a69dc3ef23f # v7.0.4
77+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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@2f38cd26bfebe301a5ee90bdd6550a69dc3ef23f # v7.0.4
29+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
3030
if: "${{ env.UPDATED == 'true' }}"
3131
with:
3232
author: GitHub Actions <noreply@github.com>

0 commit comments

Comments
 (0)