From bc4d92c05d149bc9369f6c4fe47983f2fea311f4 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Fri, 8 Mar 2024 10:27:24 +0100 Subject: [PATCH] chore(deps): upgrade create-pull-request action (#184) Upgrade `peter-evans/create-pull-request` as GitHub changed their API and v6 is required to work properly. See https://github.com/peter-evans/create-pull-request/issues/2790. --- .github/workflows/file-freshness-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/file-freshness-pr.yml b/.github/workflows/file-freshness-pr.yml index 5b3fe36..f5d3989 100644 --- a/.github/workflows/file-freshness-pr.yml +++ b/.github/workflows/file-freshness-pr.yml @@ -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"