Skip to content

Commit

Permalink
chore(deps): upgrade create-pull-request action
Browse files Browse the repository at this point in the history
Upgrade `peter-evans/create-pull-request` as GitHub changed
their API and v6 is required to work properly.

See peter-evans/create-pull-request#2790.
  • Loading branch information
bfabio committed Mar 8, 2024
1 parent d5808e4 commit 6464905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/file-freshness-pr.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
| tail -n +2
| cut -f1
| LC_COLLATE=C sort > data/it/ipa_codes.txt
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
commit-message: "chore: update it/ipa_codes.txt"
title: "chore: update it/ipa_codes.txt"
Expand Down

0 comments on commit 6464905

Please sign in to comment.