From 0497f9f04ad89390ee422bf59e8bf43259364e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:58:21 +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/76ff63671c69de9ad7f8448d71d8d05fa693603b...c8e3bd8337afb7f051461e3eafa55c49005c6b49) --- 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 cc02f21..7d9cb8a 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@76ff63671c69de9ad7f8448d71d8d05fa693603b + - uses: peter-evans/create-pull-request@c8e3bd8337afb7f051461e3eafa55c49005c6b49 if: steps.versions.outputs.pkgname with: commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"