From 4e7f5e75b269a2213afc4144ad3601110cdfc994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:34:35 +0000 Subject: [PATCH] build(deps): bump adRise/update-pr-branch from 0.7.0 to 0.7.1 (#43) Bumps [adRise/update-pr-branch](https://github.com/adrise/update-pr-branch) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/adrise/update-pr-branch/releases) - [Commits](https://github.com/adrise/update-pr-branch/compare/v0.7.0...v0.7.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 855c4a8..0bbe04c 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.7.0 + uses: adRise/update-pr-branch@v0.7.1 with: token: ${{ secrets.AUTO_MERGE_TOKEN }} base: main