From 656d7eb770f2534e4fab727b9de7879d7dad41e3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 23:03:24 +0900 Subject: [PATCH] Updated create-pull-request action --- .github/workflows/pr_from_upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 08e628f..aa03b79 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -71,7 +71,7 @@ jobs: - name: Create Pull Request if: success() - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }} commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}"