Skip to content

Commit

Permalink
Merge pull request #319 from jhipster/04b3dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eter-evans/create-pull-request-6

Bump peter-evans/create-pull-request from 4 to 6
  • Loading branch information
mraible committed Feb 25, 2024
2 parents 732b744 + 0415ca0 commit d4d3275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copyright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
grep -rlZE "Copyright ([0-9]+)-$CURRENT_YEAR" . | xargs -0 sed -i -E "s/Copyright ([0-9]+)-$CURRENT_YEAR/Copyright \1-$NEW_YEAR/g"
# Create PR
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Update copyright headers'
Expand Down

0 comments on commit d4d3275

Please sign in to comment.