From bc288ddc232c33f9927a4a20b0823837e0c15695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:49:44 +0000 Subject: [PATCH] build(deps): bump octokit/request-action from 2.2.0 to 2.3.0 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 264cac62..217c9ad7 100644 --- a/.github/workflows/publish-operators-for-e2e-tests.yml +++ b/.github/workflows/publish-operators-for-e2e-tests.yml @@ -29,7 +29,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.2.0 + uses: octokit/request-action@v2.3.0 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}