From e6736343fa98f481cb8d5e90d3b985ff34842b07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:55:54 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .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 1278ebe5..b4dc6eef 100644 --- a/.github/workflows/files-sync.yml +++ b/.github/workflows/files-sync.yml @@ -137,7 +137,7 @@ jobs: run: sleep 180s shell: bash - name: Create Pull Request - ${{ steps.branch.outputs.branch }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: path: target token: ${{ secrets.GH_TOKEN }}