From d022a44865cbe55d523570a680a5db72d4b1b79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:47:22 +0000 Subject: [PATCH] build(deps): bump adRise/update-pr-branch from 0.9.0 to 0.9.1 (#65) Bumps [adRise/update-pr-branch](https://github.com/adrise/update-pr-branch) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/adrise/update-pr-branch/releases) - [Commits](https://github.com/adrise/update-pr-branch/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: adRise/update-pr-branch dependency-type: direct:production update-type: version-update:semver-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 f730f8e..f9d3472 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically update PR - uses: adRise/update-pr-branch@v0.9.0 + uses: adRise/update-pr-branch@v0.9.1 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: main