From 56e9699ece4d1b5606ae0c02b044a7a3cd59c704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 18:07:14 +0000 Subject: [PATCH] chore(deps): bump juliangruber/approve-pull-request-action Bumps [juliangruber/approve-pull-request-action](https://github.com/juliangruber/approve-pull-request-action) from 1.1.1 to 2.0.3. - [Release notes](https://github.com/juliangruber/approve-pull-request-action/releases) - [Commits](https://github.com/juliangruber/approve-pull-request-action/compare/v1.1.1...v2.0.3) --- updated-dependencies: - dependency-name: juliangruber/approve-pull-request-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/version_bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 3a67ec0857..95fc4b062e 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -90,7 +90,7 @@ jobs: - name: Approve Pull Request if: ${{ steps.create-pull-request.outputs.pull-request-number != 0 }} - uses: juliangruber/approve-pull-request-action@v1.1.1 + uses: juliangruber/approve-pull-request-action@v2.0.3 with: # https://github.com/juliangruber/approve-pull-request-action github-token: ${{ secrets.ACTIONS_BOT_TOKEN }}