From 65f0f817c413b0e99c265b651a1d8849047cf053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:39:14 +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/ae06da367471c35a28ea329c75375617e8c698bc...76ff63671c69de9ad7f8448d71d8d05fa693603b) --- 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 d536748..6f6bb2f 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@ae06da367471c35a28ea329c75375617e8c698bc + - uses: peter-evans/create-pull-request@76ff63671c69de9ad7f8448d71d8d05fa693603b if: steps.versions.outputs.pkgname with: commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"