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

Commit aa08a96

Browse files
chore(deps): update peter-evans/create-pull-request action to v6.1.0 (#3099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3791928 commit aa08a96

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
@@ -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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
77+
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
7878
with:
7979
author: GitHub Actions <[email protected]>
8080
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
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Create Pull Request
2525
id: cpr
26-
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
26+
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
2727
if: "env.UPDATED == 'true'"
2828
with:
2929
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
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Create Pull Request
2828
id: cpr
29-
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
29+
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
3030
if: "${{ env.UPDATED == 'true' }}"
3131
with:
3232
author: GitHub Actions <[email protected]>

0 commit comments

Comments
 (0)