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

Commit 4d21057

Browse files
chore(deps): update peter-evans/create-pull-request action to v4.2.3 (#2277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2502346 commit 4d21057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
git commit -m "build: bump version"
8585
8686
- name: Create Pull Request
87-
uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4.2.2
87+
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3
8888
with:
8989
author: GitHub Actions <[email protected]>
9090
body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release.

.github/workflows/sync_crowdin.yml

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

3333
- name: Create Pull Request
3434
id: cpr
35-
uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4.2.2
35+
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3
3636
if: "env.UPDATED == 'true'"
3737
with:
3838
author: GitHub Actions <[email protected]>

.github/workflows/update_publicsuffix_data.yml

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

3636
- name: Create Pull Request
3737
id: cpr
38-
uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4.2.2
38+
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3
3939
if: "${{ env.UPDATED == 'true' }}"
4040
with:
4141
author: GitHub Actions <[email protected]>

0 commit comments

Comments
 (0)