From fb8d4cd93db09cd0dd8908ac4c99206c4d1a8005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:59:25 +0000 Subject: [PATCH] Bump octokit/request-action from 2.3.1 to 2.4.0 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/872c5c97b3c85c23516a572f02b31401ef82415d...dad4362715b7fb2ddedf9772c8670824af564f0d) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce0627f7..d6974d8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,14 +111,14 @@ jobs: - name: Wait for PR to be created id: pr if: inputs.dev == false - uses: octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d #v2.3.1 + uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d #v2.4.0 with: route: GET /repos/${{ github.repository }}/pulls?head=${{ github.repository_owner }}:${{ env.BRANCH_NAME }} # MERGE PR TO MAIN - name: Merge Pull Request if: inputs.dev == false - uses: octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d #v2.3.1 + uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d #v2.4.0 with: route: PUT /repos/${{ github.repository }}/pulls/${{ steps.create_pr.outputs.pull-request-number }}/merge merge_method: squash