From ed4090435f75677202ac7d99470d440d6708cd7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:02:43 +0000 Subject: [PATCH] chore(deps) Update peter-evans/create-pull-request action to v7 --- .github/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 939745fa..eb73e586 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: git fetch origin ${{github.ref_name}}:${{github.ref_name}} git reset --hard ${{github.ref_name}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v7.0.5 with: labels: automated pr branch: ${{github.ref_name}} @@ -36,7 +36,7 @@ jobs: git fetch origin ${{github.ref_name}}:${{github.ref_name}} git reset --hard ${{github.ref_name}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v7.0.5 with: labels: automated pr branch: ${{github.ref_name}}