Skip to content

Commit

Permalink
Update 'create-pr' action in release workflow to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Apr 15, 2024
1 parent 8949105 commit 23cce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python release/bump_patch_version.py --current_version ${{ env.RELEASE_VERSION }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_PAT }}
add-paths: |
Expand Down

0 comments on commit 23cce7d

Please sign in to comment.