From 5aceb721bc5a2f47dfa6a3ad6d9f068eedc62a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:35:57 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 (#275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/files-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/files-sync.yml b/.github/workflows/files-sync.yml index d2885db36..22cb1e37d 100644 --- a/.github/workflows/files-sync.yml +++ b/.github/workflows/files-sync.yml @@ -110,7 +110,7 @@ jobs: .github/ISSUE_TEMPLATE/new_feature.yaml .github/ISSUE_TEMPLATE/other.yaml - name: Create Pull Request - ${{ steps.branch.outputs.branch }} - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: path: target token: ${{ secrets.GH_TOKEN }}