Skip to content

Commit db61aea

Browse files
Bump octokit/request-action from 2.4.0 to 3.0.0 (#1268)
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](octokit/request-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafaela Maria Soares da Silva <rsoaresd@redhat.com>
1 parent 8d79054 commit db61aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-components-for-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# If the workflow was triggered based on comment, then we need to get the information about the PR
3636
- name: Send Github API Request to get PR data
3737
id: request
38-
uses: octokit/request-action@v2.4.0
38+
uses: octokit/request-action@v3.0.0
3939
if: ${{ github.event_name == 'issue_comment' }}
4040
with:
4141
route: ${{ github.event.issue.pull_request.url }}

0 commit comments

Comments
 (0)