From f568b838855202d6b34d068699c04431fc72d66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:16:52 +0000 Subject: [PATCH] Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/1efedcfa532231302555f81a227b1bd1dade88a9...d4d7b4e3a6e698d8dd5442552c9b4a846c98a0ca) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 89f9118..168a9d6 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -34,7 +34,7 @@ jobs: echo "pkgname=$pkgname" >> "$GITHUB_OUTPUT" echo "new-version=$new_version" >> "$GITHUB_OUTPUT" fi - - uses: peter-evans/create-pull-request@1efedcfa532231302555f81a227b1bd1dade88a9 + - uses: peter-evans/create-pull-request@d4d7b4e3a6e698d8dd5442552c9b4a846c98a0ca if: steps.versions.outputs.pkgname with: commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"