Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 97c21da

Browse files
authored
build: Update to create-pull-request@v3. (#6689)
1 parent a11f509 commit 97c21da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
npx lerna version --conventional-commits --no-git-tag-version --no-push --yes
4040
- name: Create PR
41-
uses: peter-evans/create-pull-request@v2
41+
uses: peter-evans/create-pull-request@v3
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
commit-message: "chore: Release"

0 commit comments

Comments
 (0)