From a3077f9e2c0359cc3939d69615e1904f28b55155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:44:58 +0000 Subject: [PATCH] build(deps): bump adRise/update-pr-branch in the patch group (#26) Bumps the patch group with 1 update: [adRise/update-pr-branch](https://github.com/adrise/update-pr-branch). Updates `adRise/update-pr-branch` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/adrise/update-pr-branch/releases) - [Commits](https://github.com/adrise/update-pr-branch/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: adRise/update-pr-branch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b832e64..5047120 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically update PR - uses: adRise/update-pr-branch@v0.8.0 + uses: adRise/update-pr-branch@v0.8.1 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: 'main'