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

Commit 91d83ab

Browse files
chore(deps): update peter-evans/create-pull-request action to v6.0.3 (#2996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68c2699 commit 91d83ab

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@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
87+
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
8888
with:
8989
author: GitHub Actions <noreply@github.com>
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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Create Pull Request
3333
id: cpr
34-
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
34+
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
3535
if: "env.UPDATED == 'true'"
3636
with:
3737
author: GitHub Actions <noreply@github.com>

.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@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
38+
uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
3939
if: "${{ env.UPDATED == 'true' }}"
4040
with:
4141
author: GitHub Actions <noreply@github.com>

0 commit comments

Comments
 (0)