diff --git a/.github/workflows/publish-operators-for-e2e-tests.yml b/.github/workflows/publish-operators-for-e2e-tests.yml index 47c455fe..b5f122a0 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.0.0 + uses: octokit/request-action@v2.1.9 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}