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

Commit 806b8aa

Browse files
chore(deps): update peter-evans/create-pull-request action to v4.1.3 (#2151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28af291 commit 806b8aa

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/[email protected].2
87+
uses: peter-evans/[email protected].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/[email protected].2
35+
uses: peter-evans/[email protected].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/[email protected].2
38+
uses: peter-evans/[email protected].3
3939
if: "${{ env.UPDATED == 'true' }}"
4040
with:
4141
author: GitHub Actions <[email protected]>

0 commit comments

Comments
 (0)