From 8c442a24929c78238e23cc1599cc519763fdab26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:50:28 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from 6.0.5 to 7.0.5 (#3) --- .github/workflows/pypi-dependencies.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-dependencies.yml b/.github/workflows/pypi-dependencies.yml index 87e0c21cc..6ac1d96c8 100644 --- a/.github/workflows/pypi-dependencies.yml +++ b/.github/workflows/pypi-dependencies.yml @@ -41,12 +41,11 @@ jobs: mv pypi-dependencies.json build-aux/flatpak/pypi-dependencies.json - name: Create pull request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v7.0.5 with: - author: "github-actions[bot] " title: "meta: update PyPI dependencies for Flatpak" body: "This automated PR contains an auto-generated `pypi-dependencies.json` file used in Flatpak manifests." labels: flatpak, ci/automated-pr commit-message: "meta: update Flatpak PyPI dependencies" - committer: "github-actions[bot] " + sign-commits: true branch: update-pypi-deps