From 92e763e0d8bba05f63588f2eeb0d03c5977e3595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:48:05 +0000 Subject: [PATCH] chore(deps) Update peter-evans/create-pull-request action to v6 --- .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 eddf1e82..92c3a0c1 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.2 + uses: peter-evans/create-pull-request@v6.1.0 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.2 + uses: peter-evans/create-pull-request@v6.1.0 with: labels: automated pr branch: ${{github.ref_name}}