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