diff --git a/.github/workflows/run-examples.yml b/.github/workflows/run-examples.yml index f6c1a130e0..9c113d5c58 100644 --- a/.github/workflows/run-examples.yml +++ b/.github/workflows/run-examples.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Wait for agent server to finish build if: github.event_name == 'pull_request' - uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 # v1.7.0 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e # v1.8.0 with: ref: ${{ github.event.pull_request.head.ref }} check-name: Build & Push (python-amd64)