From 8ae9f8fc7855f5c0114275bfddbe3235f3c756e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:10:10 +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 4916b6b..ee71f3f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -21,7 +21,7 @@ jobs: git reset --hard ${{github.ref_name}} - name: 🆕 Create Pull Request - uses: peter-evans/create-pull-request@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 with: labels: automated pr branch: ${{github.ref_name}} @@ -42,7 +42,7 @@ jobs: git reset --hard ${{github.ref_name}} - name: 🆕 Create Pull Request - uses: peter-evans/create-pull-request@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 with: labels: automated pr branch: ${{github.ref_name}}