From 8a6c7ab30a696bb752f3101b5518664cdf5fadf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 01:49:20 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5.0.1 --- .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 9d269316..e5f562da 100644 --- a/.github/workflows/files-sync.yml +++ b/.github/workflows/files-sync.yml @@ -108,7 +108,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@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: path: target token: ${{ secrets.GH_TOKEN }}