Skip to content

Commit

Permalink
use v5
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 16, 2023
1 parent bae89e6 commit 71b5568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_range_message.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "CHANGES_PUSHED=1" >> $GITHUB_ENV
- name: Create Pull Request
if: ${{ env.CHANGES_PUSHED == 1 }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.ISSUES_GITHUB_TOKEN }}
title: Data update for ${{env.NEW_VERSION}}
Expand Down

0 comments on commit 71b5568

Please sign in to comment.