From 31bdee8d58e1c98733e454d4c116cf5a1327a4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:29:36 +0000 Subject: [PATCH] build(deps): bump octokit/request-action from 2.3.0 to 2.3.1 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 217c9ad7..8fc0d273 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.3.0 + uses: octokit/request-action@v2.3.1 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}