From 46e303418eddf091853a6dd859b135fa1cccb45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:10:49 +0000 Subject: [PATCH] Bump octokit/request-action from 2.4.0 to 3.0.0 Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: octokit/request-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-components-for-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-components-for-e2e-tests.yml b/.github/workflows/publish-components-for-e2e-tests.yml index 801dfcee8..743ce13d2 100644 --- a/.github/workflows/publish-components-for-e2e-tests.yml +++ b/.github/workflows/publish-components-for-e2e-tests.yml @@ -35,7 +35,7 @@ jobs: # If the workflow was triggered based on comment, then we need to get the information about the PR - name: Send Github API Request to get PR data id: request - uses: octokit/request-action@v2.4.0 + uses: octokit/request-action@v3.0.0 if: ${{ github.event_name == 'issue_comment' }} with: route: ${{ github.event.issue.pull_request.url }}