From c86ca643bce0c72e0ec548577bbc0750c74d802b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:07:07 +0000 Subject: [PATCH] Bump adRise/update-pr-branch from 0.9.0 to 0.9.1 in the actions group Bumps the actions group with 1 update: [adRise/update-pr-branch](https://github.com/adrise/update-pr-branch). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pr-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pr-branch.yml b/.github/workflows/update-pr-branch.yml index ef030a7e..e684bbe5 100644 --- a/.github/workflows/update-pr-branch.yml +++ b/.github/workflows/update-pr-branch.yml @@ -9,7 +9,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.GITHUB_TOKEN }} base: "main"