Skip to content

Commit

Permalink
Bump octokit/request-action from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
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](octokit/request-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 2346e49 commit 857fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-operators-for-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: octokit/[email protected].1
if: ${{ github.event.pull_request == '' }}
with:
route: ${{ github.event.issue.pull_request.url }}
Expand Down

0 comments on commit 857fbb3

Please sign in to comment.