From 5441bea5eb885ed6c363adf5bd24baa1bef7c50d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 09:15:21 +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}}