From c7c5a23add2b08a640be0893587caa322934f7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:47:28 +0000 Subject: [PATCH] build(deps): bump octokit/request-action from 2.3.1 to 2.4.0 (#603) 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> --- .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 3dfbc7a7..9ec3d422 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 }}