From 2e596219bdd736f210cdc3839a279ea084986a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:34:50 +0000 Subject: [PATCH] Bump octokit/request-action from 2.3.1 to 2.4.0 (#1055) 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/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Coulon Co-authored-by: Alexey Kazakov --- .github/workflows/publish-operators-for-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-operators-for-e2e-tests.yml b/.github/workflows/publish-operators-for-e2e-tests.yml index 3dfbc7a75..9ec3d422b 100644 --- a/.github/workflows/publish-operators-for-e2e-tests.yml +++ b/.github/workflows/publish-operators-for-e2e-tests.yml @@ -28,7 +28,7 @@ jobs: # Is executed only for comment events - in that case the pull_request field is empty - name: Send Github API Request to get PR data id: request - uses: octokit/request-action@v2.3.1 + uses: octokit/request-action@v2.4.0 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}