Skip to content

Commit

Permalink
Update create a PR workflow to latest version withh node js 20 fixes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Apr 16, 2024
1 parent 12f6af3 commit d546811
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 @@ -32,7 +32,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 d546811

Please sign in to comment.