From 9a5aee94215c58812fd7f094307c447c40361476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:39:20 +0000 Subject: [PATCH] chore(deps): bump juliangruber/find-pull-request-action Bumps [juliangruber/find-pull-request-action](https://github.com/juliangruber/find-pull-request-action) from v1.3.0 to v1.4.0. - [Release notes](https://github.com/juliangruber/find-pull-request-action/releases) - [Commits](https://github.com/juliangruber/find-pull-request-action/compare/v1.3.0...2fc55e82a6d5d36fe1e7f1848f7e64fd02d99de9) Signed-off-by: dependabot[bot] --- .github/workflows/prepare-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 9e3e7db..4eef778 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -90,7 +90,7 @@ jobs: -d '{"head":"${{ env.HEAD_BRANCH }}","base":"${{ env.BASE_BRANCH }}","title":"${{steps.version.outputs.title}}","body":${{steps.CHANGELOG.outputs.result}},"maintainer_can_modify":true}' - name: Find pull request - uses: juliangruber/find-pull-request-action@v1.3.0 + uses: juliangruber/find-pull-request-action@v1.4.0 id: find-pull-request with: github-token: ${{ secrets.GITHUB_TOKEN }}