diff --git a/.github/workflows/publish-operators-for-e2e-tests.yml b/.github/workflows/publish-operators-for-e2e-tests.yml index 3dfbc7a75..9ec3d422b 100644 --- a/.github/workflows/publish-operators-for-e2e-tests.yml +++ b/.github/workflows/publish-operators-for-e2e-tests.yml @@ -28,7 +28,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.1 + uses: octokit/request-action@v2.4.0 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}